summaryrefslogtreecommitdiffstats
path: root/libraries/libsynce/libsynce.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libsynce/libsynce.SlackBuild')
-rw-r--r--libraries/libsynce/libsynce.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/libsynce/libsynce.SlackBuild b/libraries/libsynce/libsynce.SlackBuild
index 75c9285a81..d42fc221e0 100644
--- a/libraries/libsynce/libsynce.SlackBuild
+++ b/libraries/libsynce/libsynce.SlackBuild
@@ -4,7 +4,7 @@
PRGNAM=libsynce
VERSION=${VERSION:-0.13}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -61,6 +61,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --disable-hal-support \
--build=$ARCH-slackware-linux
make
@@ -69,10 +70,8 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+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 \