summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Robby Workman2012-09-17 06:23:47 +0200
committer Robby Workman2012-09-17 06:25:59 +0200
commit0af06359fd180a01a3864637c057c7d622a66b76 (patch)
treecd7c795e4b820939c38a746caebf00ec0bc467b1 /games
parent4f1522abc5e4850d77da995da1565e2e07d6ccc6 (diff)
downloadslackbuilds-0af06359fd180a01a3864637c057c7d622a66b76.tar.gz
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')
-rw-r--r--games/pengupop/pengupop.SlackBuild5
-rw-r--r--games/pengupop/pengupop.info2
2 files changed, 5 insertions, 2 deletions
diff --git a/games/pengupop/pengupop.SlackBuild b/games/pengupop/pengupop.SlackBuild
index dfd2e8acac..e5905efcb9 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 f48505b6b5..0d45c8bf53 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=""