summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2022-12-25 19:20:56 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:47 +0700
commit258030c11e5e6c8a5f9ffb9bea678eb972be88e1 (patch)
tree18b5033e54a2fe1572dfc83ba09690718a37cc55 /system
parentb32e95f7d3251e3675550aab30bd5ed154a0fcb1 (diff)
downloadslackbuilds-258030c11e5e6c8a5f9ffb9bea678eb972be88e1.tar.gz
slackbuilds-258030c11e5e6c8a5f9ffb9bea678eb972be88e1.tar.xz
system/xpipe: Updated for version 20220918_2c4882c.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/xpipe/xpipe.SlackBuild7
-rw-r--r--system/xpipe/xpipe.info8
2 files changed, 10 insertions, 5 deletions
diff --git a/system/xpipe/xpipe.SlackBuild b/system/xpipe/xpipe.SlackBuild
index 15157df9cf..b8417d8e80 100644
--- a/system/xpipe/xpipe.SlackBuild
+++ b/system/xpipe/xpipe.SlackBuild
@@ -6,10 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20221225 bkw: update for v20220918_2c4882c (new dep libbsd),
+# add TEST=yes option to run xpipe's self tests.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xpipe
-VERSION=${VERSION:-20200503_60b0aec}
+VERSION=${VERSION:-20220918_2c4882c}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -60,6 +63,8 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
make CFLAGS="$SLKCFLAGS -Wall -Wl,-s"
+[ "${TEST:-no}" = "yes" ] && make test
+
# make install is pretty BSD-specific, don't use.
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/xpipe/xpipe.info b/system/xpipe/xpipe.info
index 73954a658d..faac176e55 100644
--- a/system/xpipe/xpipe.info
+++ b/system/xpipe/xpipe.info
@@ -1,10 +1,10 @@
PRGNAM="xpipe"
-VERSION="20200503_60b0aec"
+VERSION="20220918_2c4882c"
HOMEPAGE="https://github.com/jschauma/xpipe"
-DOWNLOAD="https://slackware.uk/~urchlay/src/xpipe-20200503_60b0aec.tar.xz"
-MD5SUM="3fe86681ff73251d01049e1123e8cb8c"
+DOWNLOAD="https://slackware.uk/~urchlay/src/xpipe-20220918_2c4882c.tar.xz"
+MD5SUM="c1d479218e3ee07605a52862602bc338"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="libbsd"
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"