diff options
Diffstat (limited to 'source/a/acpid')
-rwxr-xr-x | source/a/acpid/acpid.SlackBuild | 5 | ||||
-rw-r--r-- | source/a/acpid/slack-desc | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/a/acpid/acpid.SlackBuild b/source/a/acpid/acpid.SlackBuild index cb483138..bd96d8b1 100755 --- a/source/a/acpid/acpid.SlackBuild +++ b/source/a/acpid/acpid.SlackBuild @@ -20,11 +20,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +PKGNAM=acpid VERSION=${VERSION:-$(echo acpid-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} -NUMJOBS=${NUMJOBS:--j8} - # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -39,6 +38,8 @@ CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-acpid +NUMJOBS=${NUMJOBS:--j8} + rm -rf $PKG mkdir -p $TMP $PKG diff --git a/source/a/acpid/slack-desc b/source/a/acpid/slack-desc index b72ac8e6..1b065fce 100644 --- a/source/a/acpid/slack-desc +++ b/source/a/acpid/slack-desc @@ -15,5 +15,5 @@ acpid: order to make the Linux ACPI support completely functional. acpid: acpid: ACPI must be compiled into the kernel to run acpid. acpid: -acpid: +acpid: Homepage: http://www.tedfelix.com/linux/acpid-netlink.html acpid: |