audio/mac: Updated for version 3.99

This commit is contained in:
Luis Henrique 2010-05-13 00:21:30 +02:00 committed by David Somero
parent 0edd4718ca
commit 6a324ab028
3 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,3 @@ mac (Monkey's Audio Linux port)
mac is a console frontend to Monkey's Audio, able to encode and
decode ape audio files.
Yasm (available at SlackBuilds.org) is required to build this package.

View File

@ -69,4 +69,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}

View File

@ -2,7 +2,9 @@ PRGNAM="mac"
VERSION="3.99"
HOMEPAGE="http://supermmx.org/linux/mac"
DOWNLOAD="http://supermmx.org/resources/linux/mac/mac-3.99-u4-b5.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="75716b342e07deae58f56a2522362006"
MD5SUM_x86_64=""
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"
APPROVED="dsomero"