development/acpica: Updated for version 20091214

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:24:12 +02:00 committed by Robby Workman
parent e53cc286f0
commit 7daf065cdb
2 changed files with 13 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for acpica
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright 2008-2009 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=20090422
VERSION=20091214
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -81,4 +84,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="acpica"
VERSION="20090422"
VERSION="20091214"
HOMEPAGE="http://www.acpica.org"
DOWNLOAD="http://www.acpica.org/download/acpica-unix-20090422.tar.gz"
MD5SUM="1ad9af118e6bc16462cc92966bfeaef2"
MAINTAINER="ppr:kut"
DOWNLOAD="http://www.acpica.org/download/acpica-unix-20091214.tar.gz"
MD5SUM="87e8658b3143a807a202dc182bd03a14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"
APPROVED="rworkman"