summaryrefslogtreecommitdiffstats
path: root/network/oidentd/oidentd.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2018-10-06 09:15:01 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-13 08:03:08 +0700
commit7149899df2db0b2a8800c23a205bcef72b1b805b (patch)
tree3916fcdb721c823e3cfc63f25b1d46682355879f /network/oidentd/oidentd.SlackBuild
parent04200d1b6651adbecbeeddf76215fdbcdf43ecc0 (diff)
downloadslackbuilds-7149899df2db0b2a8800c23a205bcef72b1b805b.tar.gz
slackbuilds-7149899df2db0b2a8800c23a205bcef72b1b805b.tar.xz
network/oidentd: Updated for version 2.3.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/oidentd/oidentd.SlackBuild')
-rw-r--r--network/oidentd/oidentd.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild
index b490e88eee..0a03220600 100644
--- a/network/oidentd/oidentd.SlackBuild
+++ b/network/oidentd/oidentd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for oidentd
-# Copyright 2012, 2015, 2017 Mario Preksavec, Zagreb, Croatia
+# Copyright 2012, 2015, 2017, 2018 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=oidentd
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -88,12 +88,16 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
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
+for i in $PKG/etc/oidentd{_masq,}.conf ; do mv $i $i.new ; done
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING* INSTALL ChangeLog* NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING* ChangeLog INSTALL KERNEL_SUPPORT.md NEWS README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}