libraries/libsynce: Disabled HAL support.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2012-09-10 10:58:31 +02:00 committed by Robby Workman
parent ef1142720e
commit f7a24d0999

View file

@ -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 \