diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:20:58 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:20:58 +0200 |
commit | 7fa43475a0ac8830b086c57572114c485a03b671 (patch) | |
tree | 0cdbd4ae5f1aa4076c7046cce0d170a05d41e321 /audio/eawpats | |
parent | 5e50ca4bab9903b021f1e5b0010fef700fd276b8 (diff) | |
download | slackbuilds-7fa43475a0ac8830b086c57572114c485a03b671.tar.gz |
audio/eawpats: Updated for version 12
Diffstat (limited to 'audio/eawpats')
-rw-r--r-- | audio/eawpats/eawpats.SlackBuild | 2 | ||||
-rw-r--r-- | audio/eawpats/eawpats.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/eawpats/eawpats.SlackBuild b/audio/eawpats/eawpats.SlackBuild index 9600d310e0..a68137a97f 100644 --- a/audio/eawpats/eawpats.SlackBuild +++ b/audio/eawpats/eawpats.SlackBuild @@ -54,4 +54,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh 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/eawpats/eawpats.info b/audio/eawpats/eawpats.info index d8e49fe4ac..5b8659fa56 100644 --- a/audio/eawpats/eawpats.info +++ b/audio/eawpats/eawpats.info @@ -3,6 +3,8 @@ VERSION="12" HOMEPAGE="http://www.george.ca/interests/timidity.html" DOWNLOAD="http://distfiles.gentoo.org/distfiles/eawpats12_full.tar.gz" MD5SUM="8ebcf0583f3077346ebace93c8ea166f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" APPROVED="dsomero" |