diff options
Diffstat (limited to 'system/bit-babbler/bit-babbler.SlackBuild')
-rw-r--r-- | system/bit-babbler/bit-babbler.SlackBuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/system/bit-babbler/bit-babbler.SlackBuild b/system/bit-babbler/bit-babbler.SlackBuild index 5e7051b91d6fe..6661ad3409461 100644 --- a/system/bit-babbler/bit-babbler.SlackBuild +++ b/system/bit-babbler/bit-babbler.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh -# SlackBuild for bit-babbler, 24 September 2017 -# AW Green <awg@posteo.us> +# SlackBuild for bit-babbler, 5 March 2018 +# awg <awg@cock.li> # All rights reserved. # # Permission to use, copy, modify, or distribute this software for any @@ -21,7 +21,7 @@ ## see the file 'copyright' in the bit-babbler source distribution. PRGNAM=bit-babbler -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -88,7 +88,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 debian/copyright debian/changelog doc/virtual_machines $PKG/usr/doc/$PRGNAM-$VERSION +cp -a debian/copyright debian/changelog debian/bit-babbler.NEWS doc/virtual_machines $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # install sysctl setting, udev rules, and init script. @@ -96,6 +96,9 @@ install -D -m 0644 debian/bit-babbler-sysctl.conf $PKG/etc/sysctl.d/bit-babbler- install -D -m 0644 debian/bit-babbler.udev $PKG/lib/udev/rules.d/90-bit-babbler.rules install -D -m 0644 $CWD/rc.seedd.new $PKG/etc/rc.d/rc.seedd.new +# cut out unneeded files. +rm -rv $PKG/lib/systemd/ + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh |