diff --git a/libraries/aubio/aubio.SlackBuild b/libraries/aubio/aubio.SlackBuild index b6bd66127c..3e6cc2ca9f 100644 --- a/libraries/aubio/aubio.SlackBuild +++ b/libraries/aubio/aubio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for aubio -# Copyright 2008 Heinz Wiesinger +# Copyright 2008-2009 Heinz Wiesinger # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=aubio VERSION=0.3.2 ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -70,6 +70,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +mkdir -p $PKG/usr/man/man1 +cp -f doc/*.1 $PKG/usr/man/man1/ + ( 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 @@ -84,4 +87,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/aubio/aubio.info b/libraries/aubio/aubio.info index 701c34f2ef..7f3dcb8f62 100644 --- a/libraries/aubio/aubio.info +++ b/libraries/aubio/aubio.info @@ -2,7 +2,9 @@ PRGNAM="aubio" VERSION="0.3.2" HOMEPAGE="http://aubio.org/" DOWNLOAD="http://aubio.org/pub/aubio-0.3.2.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="ffc3e5e4880fec67064f043252263a44" -MAINTAINER="ppr:kut" -EMAIL="HMWiesinger@gmx.at" +MD5SUM_x86_64="" +MAINTAINER="pprkut" +EMAIL="pprkut@liwjatan.at" APPROVED="David Somero" \ No newline at end of file