mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/mp3info: Updated for version 0.8.5a
This commit is contained in:
parent
f27f0d7d84
commit
c098cfdefc
2 changed files with 3 additions and 1 deletions
|
@ -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="mp3info"
|
|||
VERSION="0.8.5a"
|
||||
HOMEPAGE="http://www.ibiblio.org/mp3info/"
|
||||
DOWNLOAD="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-0.8.5a.tgz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="cb7b619a10a40aaac2113b87bb2b2ea2"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Joel J. Adamson"
|
||||
EMAIL="sparrow1240@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue