summaryrefslogtreecommitdiffstats
path: root/development/cproto/cproto.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/cproto/cproto.SlackBuild')
-rw-r--r--development/cproto/cproto.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/development/cproto/cproto.SlackBuild b/development/cproto/cproto.SlackBuild
index 245608aecc..9778b0791c 100644
--- a/development/cproto/cproto.SlackBuild
+++ b/development/cproto/cproto.SlackBuild
@@ -2,14 +2,18 @@
# Slackware build script for cproto
-# 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.
+# 20230309 bkw: update for v4.7v.
+# 20230102 bkw: update for v4.7u.
+# 20211129 bkw: update for v4.7t.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cproto
-VERSION=${VERSION:-4.7q}
+VERSION=${VERSION:-4.7v}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +26,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
@@ -68,6 +69,7 @@ CXXFLAGS="$SLKCFLAGS -Wl,-s" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --enable-llib \
--build=$ARCH-slackware-linux
make