diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 23:23:47 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 23:25:59 -0500 |
commit | 0af06359fd180a01a3864637c057c7d622a66b76 (patch) | |
tree | cd7c795e4b820939c38a746caebf00ec0bc467b1 /games/pengupop | |
parent | 4f1522abc5e4850d77da995da1565e2e07d6ccc6 (diff) |
games/pengupop: Use Ubuntu's source archive.
Rather than modifying it and self-hosting, I'd prefer to use
the Ubuntu source archive. On the off chance it goes missing,
or the Ubuntu folks express disagreement with this change, it
is also available on harrier in the "misc" directory of ftp.
This commit also silences some automake "missing" warnings.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pengupop')
-rw-r--r-- | games/pengupop/pengupop.SlackBuild | 5 | ||||
-rw-r--r-- | games/pengupop/pengupop.info | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/pengupop/pengupop.SlackBuild b/games/pengupop/pengupop.SlackBuild index dfd2e8acac9f9..e5905efcb9e73 100644 --- a/games/pengupop/pengupop.SlackBuild +++ b/games/pengupop/pengupop.SlackBuild @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz || exit 1 cd $PRGNAM-$VERSION || exit 1 chown -R root:root . find . \ @@ -71,6 +71,9 @@ find . \ patch -p1 < $CWD/pengupop_2.2.5-3.diff +# Silence some warnings +cp -a /usr/share/automake-1.11/missing . + CFLAGS="$SLKCFLAGS -lm" \ ./configure \ --prefix=/usr \ diff --git a/games/pengupop/pengupop.info b/games/pengupop/pengupop.info index f48505b6b5cf6..0d45c8bf532bc 100644 --- a/games/pengupop/pengupop.info +++ b/games/pengupop/pengupop.info @@ -1,7 +1,7 @@ PRGNAM="pengupop" VERSION="2.2.5" HOMEPAGE="https://launchpad.net/ubuntu/+source/pengupop/2.2.5-3" -DOWNLOAD="http://slackbuilds.org/sources/14.0/pengupop-2.2.5.tar.gz" +DOWNLOAD="https://launchpad.net/ubuntu/+archive/primary/+files/pengupop_2.2.5.orig.tar.gz" MD5SUM="51c2b23e42acf6cf3d835a8ad9a451a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |