summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author pyllyukko2024-01-11 07:00:48 +0100
committer Willy Sudiarto Raharjo2024-01-11 15:03:49 +0100
commit6cfe817768a051129a95a0a0540e5253c7b9c1ba (patch)
tree9ee8d9191baed92cd105dc93d66bdb4b2492c047 /games
parent352ade393b7dd3ed5d2fcc518bcf1f87330d8861 (diff)
downloadslackbuilds-6cfe817768a051129a95a0a0540e5253c7b9c1ba.tar.gz
system/kbfs: Added (kbfs client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/pgn-extract/pgn-extract.SlackBuild10
-rw-r--r--games/pgn-extract/pgn-extract.info4
2 files changed, 3 insertions, 11 deletions
diff --git a/games/pgn-extract/pgn-extract.SlackBuild b/games/pgn-extract/pgn-extract.SlackBuild
index 78a14a2c9c..330bb784b2 100644
--- a/games/pgn-extract/pgn-extract.SlackBuild
+++ b/games/pgn-extract/pgn-extract.SlackBuild
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
@@ -83,27 +80,22 @@ patch -p0 < $CWD/Makefile.patch
CFLAGS="$SLKCFLAGS" make
-# Install the binary
install -d $PKG/usr/bin
install -m 0755 pgn-extract $PKG/usr/bin
-# Install the manpage
mkdir -p $PKG/usr/man/man1
cp pgn-extract.man $PKG/usr/man/man1/pgn-extract.1
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Strip binary
strip $PKG/usr/bin/pgn-extract 2> /dev/null
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- help.html \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a help.html $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/pgn-extract/pgn-extract.info b/games/pgn-extract/pgn-extract.info
index dd8fba32bd..c1053cbc27 100644
--- a/games/pgn-extract/pgn-extract.info
+++ b/games/pgn-extract/pgn-extract.info
@@ -3,8 +3,8 @@ VERSION="22.11"
HOMEPAGE="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
DOWNLOAD="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-22-11.tgz"
MD5SUM="fea6a14d00ed5d960783b3b69e5ffc04"
-DOWNLOAD_x86_64="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-22-11.tgz"
-MD5SUM_x86_64="fea6a14d00ed5d960783b3b69e5ffc04"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="toolonely"
EMAIL="lonely_@tutanota.com"