mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/lame: Updated for version 3.98.2
This commit is contained in:
parent
5e8a5d0b7c
commit
41d23b74ca
2 changed files with 3 additions and 1 deletions
|
@ -90,4 +90,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="lame"
|
|||
VERSION="3.98.2"
|
||||
HOMEPAGE="http://lame.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lame/lame-398-2.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="719dae0ee675d0c16e0e89952930ed35"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
EMAIL="michiel@slackbuilds.org"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue