development/obnc: Updated for version 0.14.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jorge Giner 2019-02-03 08:06:36 +07:00 committed by Willy Sudiarto Raharjo
parent 2d4b51a70d
commit 876bfe844a
2 changed files with 7 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for obnc
# Copyright 2018 Jorge Giner Cordero
# Copyright 2019 Jorge Giner Cordero
# 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=obnc
VERSION=${VERSION:-0.13.3}
VERSION=${VERSION:-0.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,9 +78,8 @@ CXXFLAGS="$SLKCFLAGS" \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/doc/obnc/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share/doc
mv $PKG/usr/share/man $PKG/usr
rm -rf $PKG/usr/share
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@ -88,7 +87,7 @@ 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
cp -a COPYING VERSION README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING VERSION README CONFIG $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="obnc"
VERSION="0.13.3"
VERSION="0.14.2"
HOMEPAGE="http://miasap.se/obnc"
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.13.3.tar.gz"
MD5SUM="d026e5ed94cbf561292a2f2e2a5f8e09"
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.14.2.tar.gz"
MD5SUM="0c68f3b95de63e222d5874a2b286f662"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""