diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-13 00:26:52 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:26:52 +0200 |
commit | 26375ac6a58603d65a7dc7a2c8c89fe803eb2921 (patch) | |
tree | e563efa6b6e4652794917a45edf8fb9b02c15e28 /games | |
parent | ed2bf915be154bbb065f66af934c9a5cafb773a8 (diff) | |
download | slackbuilds-26375ac6a58603d65a7dc7a2c8c89fe803eb2921.tar.gz |
games/pengupop: Updated for version 2.2.4
Diffstat (limited to 'games')
-rw-r--r-- | games/pengupop/pengupop.SlackBuild | 6 | ||||
-rw-r--r-- | games/pengupop/pengupop.info | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/games/pengupop/pengupop.SlackBuild b/games/pengupop/pengupop.SlackBuild index 647e332bdc..5e0d268ffe 100644 --- a/games/pengupop/pengupop.SlackBuild +++ b/games/pengupop/pengupop.SlackBuild @@ -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 rm -rf $PKG @@ -57,6 +60,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --build=$ARCH-slackware-linux \ @@ -79,4 +83,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh 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} diff --git a/games/pengupop/pengupop.info b/games/pengupop/pengupop.info index 239b9e0cec..2d72bada66 100644 --- a/games/pengupop/pengupop.info +++ b/games/pengupop/pengupop.info @@ -2,7 +2,9 @@ PRGNAM="pengupop" VERSION="2.2.4" HOMEPAGE="http://www.junoplay.com/pengupop" DOWNLOAD="http://slackbuilds.org/sources/12.2/pengupop-2.2.4.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="31cb21f9b9f0cc92076a0361b4fea09b" +MD5SUM_x86_64="" MAINTAINER="Frank Caraballo" EMAIL="fecaraballo{at}gmail{dot}com" APPROVED="dsomero" |