diff options
author | alkos333 <me@alkos333.net> | 2010-05-13 00:22:08 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:08 +0200 |
commit | 32fdacb033ecfbdc1b2d9bf971328c3057fb108b (patch) | |
tree | 2a8e98f5a4094bfc448263f99a0ffeea77444ef6 /audio | |
parent | c46246d1a96c528df5b95a0f70d11e1fe61a96c1 (diff) | |
download | slackbuilds-32fdacb033ecfbdc1b2d9bf971328c3057fb108b.tar.gz |
audio/speex: Updated for version 1.2rc1
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/speex.SlackBuild | 2 | ||||
-rw-r--r-- | audio/speex/speex.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/speex/speex.SlackBuild b/audio/speex/speex.SlackBuild index 301b25e500..d2b665f2cd 100644 --- a/audio/speex/speex.SlackBuild +++ b/audio/speex/speex.SlackBuild @@ -93,4 +93,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/audio/speex/speex.info b/audio/speex/speex.info index 43ab0c2ed4..fa3ac445ed 100644 --- a/audio/speex/speex.info +++ b/audio/speex/speex.info @@ -2,7 +2,9 @@ PRGNAM="speex" VERSION="1.2rc1" HOMEPAGE="http://www.speex.org" DOWNLOAD="http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="c4438b22c08e5811ff10e2b06ee9b9ae" +MD5SUM_x86_64="" MAINTAINER="alkos333" EMAIL="me@alkos333.net" APPROVED="dsomero,rworkman" |