mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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>
This commit is contained in:
parent
4f1522abc5
commit
0af06359fd
2 changed files with 5 additions and 2 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP || exit 1
|
cd $TMP || exit 1
|
||||||
rm -rf $PRGNAM-$VERSION
|
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
|
cd $PRGNAM-$VERSION || exit 1
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
@ -71,6 +71,9 @@ find . \
|
||||||
|
|
||||||
patch -p1 < $CWD/pengupop_2.2.5-3.diff
|
patch -p1 < $CWD/pengupop_2.2.5-3.diff
|
||||||
|
|
||||||
|
# Silence some warnings
|
||||||
|
cp -a /usr/share/automake-1.11/missing .
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS -lm" \
|
CFLAGS="$SLKCFLAGS -lm" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="pengupop"
|
PRGNAM="pengupop"
|
||||||
VERSION="2.2.5"
|
VERSION="2.2.5"
|
||||||
HOMEPAGE="https://launchpad.net/ubuntu/+source/pengupop/2.2.5-3"
|
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"
|
MD5SUM="51c2b23e42acf6cf3d835a8ad9a451a8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue