summaryrefslogtreecommitdiffstats
path: root/development/acpica
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2017-06-01 21:41:02 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-06 07:56:50 +0700
commit0b27996e788a5d01287139aec186dbaded4cac6b (patch)
tree8c11d6072d1acd36bc62c5a912513e9f4599b14d /development/acpica
parent6cec97407765375ded0c092ede70da638d8ba625 (diff)
downloadslackbuilds-0b27996e788a5d01287139aec186dbaded4cac6b.tar.gz
slackbuilds-0b27996e788a5d01287139aec186dbaded4cac6b.tar.xz
development/acpica: Updated for version 20170531.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/acpica')
-rw-r--r--development/acpica/acpica.SlackBuild6
-rw-r--r--development/acpica/acpica.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/acpica/acpica.SlackBuild b/development/acpica/acpica.SlackBuild
index 9762119b01..f3ffc6d06f 100644
--- a/development/acpica/acpica.SlackBuild
+++ b/development/acpica/acpica.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for acpica
-# Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=acpica
-VERSION=${VERSION:-20161222}
+VERSION=${VERSION:-20170531}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ cd generate/unix
make install DESTDIR=$PKG
cd -
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/development/acpica/acpica.info b/development/acpica/acpica.info
index 5f43b48aec..dea5cd5d50 100644
--- a/development/acpica/acpica.info
+++ b/development/acpica/acpica.info
@@ -1,8 +1,8 @@
PRGNAM="acpica"
-VERSION="20161222"
+VERSION="20170531"
HOMEPAGE="http://www.acpica.org"
-DOWNLOAD="https://acpica.org/sites/acpica/files/acpica-unix2-20161222.tar.gz"
-MD5SUM="673d65d9fc840495f59bdaa09012fef0"
+DOWNLOAD="https://acpica.org/sites/acpica/files/acpica-unix2-20170531.tar.gz"
+MD5SUM="46c4c93435ad1d8c4eb5bacde17503b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""