audio/mpc123: Updated for version 0.2.4

This commit is contained in:
Luis Henrique 2010-05-13 00:21:44 +02:00 committed by David Somero
parent b8825037dd
commit f83b05207e
2 changed files with 3 additions and 1 deletions

View file

@ -74,4 +74,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="mpc123"
VERSION="0.2.4"
HOMEPAGE="http://mpc123.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/mpc123/mpc123-0.2.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="88bd86b726142dcf07252d3ab4658b03"
MD5SUM_x86_64=""
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"
APPROVED="dsomero"