audio/mac: Updated for version 3.99
This commit is contained in:
parent
0edd4718ca
commit
6a324ab028
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue