mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/allegro: Updated for version 4.2.2
This commit is contained in:
parent
cde0c1e7ec
commit
8e3a359277
2 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
# on modern (>=i586) machines. Hence no CFLAGS and the i586 ARCH.
|
||||
|
||||
PRGNAM=allegro
|
||||
VERSION=4.2.1
|
||||
VERSION=4.2.2
|
||||
ARCH=${ARCH:-i586}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -19,7 +19,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
|
||||
cd $PRGNAM-$VERSION
|
||||
|
@ -36,6 +36,8 @@ chmod -R u+w,go+r-w,a-s .
|
|||
--enable-static=no \
|
||||
|| exit 1
|
||||
|
||||
sed -i "s/fnstsw %eax/fnstsw %ax/" src/i386/icpus.s
|
||||
|
||||
make || exit 1
|
||||
make install DESTDIR=$PKG || exit 1
|
||||
make install-gzipped-man DESTDIR=$PKG || exit 1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="allegro"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.2.2"
|
||||
HOMEPAGE="http://www.allegro.cc/"
|
||||
DOWNLOAD="http://www.allegro.cc/files/4.2.1/allegro-4.2.1.tar.gz"
|
||||
MD5SUM="0a09d0144ee8652fb8fa00f6cbb324fe"
|
||||
DOWNLOAD="http://www.allegro.cc/files/4.2.2/allegro-4.2.2.tar.gz"
|
||||
MD5SUM="2b677f9ef772944b62251cf823dc24b6"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue