aboutsummaryrefslogtreecommitdiff
path: root/network/nbd/nbd.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2017-05-15 07:53:11 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-20 06:55:17 +0700
commitd51297742d5b53bd41b6d4e3d9b791e62429aba7 (patch)
tree31adcda41259b1a9eecdc68553683fe6b0beadca /network/nbd/nbd.SlackBuild
parent8d5d8a43c4f3bee6e440bb16a7820dd4eda6550a (diff)
network/nbd: Updated for version 3.15.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/nbd/nbd.SlackBuild')
-rw-r--r--network/nbd/nbd.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/network/nbd/nbd.SlackBuild b/network/nbd/nbd.SlackBuild
index 6ba059af09826..dc1028607b5ec 100644
--- a/network/nbd/nbd.SlackBuild
+++ b/network/nbd/nbd.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for NBD (Network Block Device)
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
-# Maintained 2013-2016 by Christoph Willing <chris.willing@linux.com>
+# Maintained 2013-2017 by Christoph Willing, Brisbane Australia
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nbd
-VERSION=${VERSION:-3.14}
+VERSION=${VERSION:-3.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,6 @@ cd $TMP
rm -rf $TMP/$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
-patch -p0 <$CWD/010_no-systemd.diff
chmod a+x support/genver.sh
chown -R root:root .
find -L . \
@@ -104,7 +103,7 @@ 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 README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install