summaryrefslogtreecommitdiffstats
path: root/libraries/nextaw
diff options
context:
space:
mode:
author Zbigniew Baniewski <zb@jabster.pl>2014-11-18 01:52:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-18 01:52:16 +0700
commitc5e863cb6124ae74c855f798442429375c55d083 (patch)
treed790657899af2776541f85d002672c3181e258cf /libraries/nextaw
parent5ebda94788e319f28a5a44344a9a4fbeeadd9183 (diff)
downloadslackbuilds-c5e863cb6124ae74c855f798442429375c55d083.tar.gz
slackbuilds-c5e863cb6124ae74c855f798442429375c55d083.tar.xz
libraries/nextaw: Update email.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nextaw')
-rw-r--r--libraries/nextaw/nextaw.SlackBuild17
-rw-r--r--libraries/nextaw/nextaw.info2
2 files changed, 9 insertions, 10 deletions
diff --git a/libraries/nextaw/nextaw.SlackBuild b/libraries/nextaw/nextaw.SlackBuild
index 751de76a2a..f7e891c56d 100644
--- a/libraries/nextaw/nextaw.SlackBuild
+++ b/libraries/nextaw/nextaw.SlackBuild
@@ -2,10 +2,10 @@
# Slackware build script for nextaw
-# Written by Zbigniew Baniewski, zb@ispid.com.pl
+# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com>
PRGNAM=nextaw
-VERSION=0.15.1
+VERSION=${VERSION:-0.15.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,10 +48,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -66,12 +66,11 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING README ChangeLog TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING README ChangeLog TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/nextaw/nextaw.info b/libraries/nextaw/nextaw.info
index e474b3bfe7..91877a3b2c 100644
--- a/libraries/nextaw/nextaw.info
+++ b/libraries/nextaw/nextaw.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Zbigniew Baniewski"
-EMAIL="zb@ispid.com.pl"
+EMAIL="Zbigniew [dot] Baniewski [at] gmail [dot] com"