mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/acpica: Updated for version 20110112
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
50195a5d97
commit
de1ae8f9d5
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for acpica
|
# Slackware build script for acpica
|
||||||
|
|
||||||
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=acpica
|
PRGNAM=acpica
|
||||||
VERSION=20100915
|
VERSION=20110112
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -59,9 +59,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-unix-$VERSION
|
rm -rf $PRGNAM-unix2-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-unix-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-unix2-$VERSION.tar.gz
|
||||||
cd $PRGNAM-unix-$VERSION
|
cd $PRGNAM-unix2-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="acpica"
|
PRGNAM="acpica"
|
||||||
VERSION="20100915"
|
VERSION="20110112"
|
||||||
HOMEPAGE="http://www.acpica.org"
|
HOMEPAGE="http://www.acpica.org"
|
||||||
DOWNLOAD="http://www.acpica.org/download/acpica-unix-20100915.tar.gz"
|
DOWNLOAD="http://www.acpica.org/download/acpica-unix2-20110112.tar.gz"
|
||||||
MD5SUM="c75e4ec004419480b5127fbf95bbecca"
|
MD5SUM="86bfe3609799e4001c6c46aaa32b6a64"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Heinz Wiesinger"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
|
|
Loading…
Reference in a new issue