diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:28:52 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:52 +0200 |
commit | b327e0f82196dd4174d030819d01b7aeafe4bd4c (patch) | |
tree | f4ec9b666da546f74c20055572ec3b350c728062 | |
parent | e655f6508121cdad40a6104754e8f1464c6e60c6 (diff) | |
download | slackbuilds-b327e0f82196dd4174d030819d01b7aeafe4bd4c.tar.gz |
libraries/aubio: Updated for version 0.3.2
-rw-r--r-- | libraries/aubio/aubio.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/aubio/aubio.info | 6 |
2 files changed, 10 insertions, 5 deletions
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 <hmwiesinger@gmx.at> +# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> # 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 |