summaryrefslogtreecommitdiffstats
path: root/games/pangzero
diff options
context:
space:
mode:
Diffstat (limited to 'games/pangzero')
-rw-r--r--games/pangzero/pangzero.SlackBuild15
-rw-r--r--games/pangzero/pangzero.info8
2 files changed, 10 insertions, 13 deletions
diff --git a/games/pangzero/pangzero.SlackBuild b/games/pangzero/pangzero.SlackBuild
index 79339aaf0b..56c12ffc19 100644
--- a/games/pangzero/pangzero.SlackBuild
+++ b/games/pangzero/pangzero.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pangzero
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -12,6 +12,9 @@
# patches. Note that DEBREV specifies the Debian revision number (i.e. the
# last component of the name of the .debian.tar.xz file).
+# 20211020 bkw: there's a -5 debian rev now, but nothing new for us.
+# it's just debian-specific bookkeeping changes.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pangzero
@@ -23,9 +26,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -46,11 +46,8 @@ cd $PRGNAM-$VERSION
tar xvf $CWD/${PRGNAM}_$VERSION-$DEBREV.debian.tar.xz
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
for i in $( cat debian/patches/series ); do
patch -p1 < debian/patches/$i
diff --git a/games/pangzero/pangzero.info b/games/pangzero/pangzero.info
index 5e97b08530..92aacae2a0 100644
--- a/games/pangzero/pangzero.info
+++ b/games/pangzero/pangzero.info
@@ -1,12 +1,12 @@
PRGNAM="pangzero"
VERSION="1.4.1+git20121103"
-HOMEPAGE="http://apocalypse.rulez.org/pangzero"
-DOWNLOAD="http://http.debian.net/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103.orig.tar.xz \
- http://http.debian.net/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103-3.debian.tar.xz"
+HOMEPAGE="https://packages.debian.org/sid/pangzero"
+DOWNLOAD="https://deb.debian.org/debian/pool/main/p/pangzero/pangzero_1.4.1+git20121103.orig.tar.xz \
+ https://slackware.uk/~urchlay/src/pangzero_1.4.1+git20121103-3.debian.tar.xz"
MD5SUM="71d356298400046a31e18ddf2e86d850 \
49dbb8aa42c7aeca75ca8584fdf7b593"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-SDL"
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"