diff options
author | Martin Lefebvre <dadexter@gmail.com> | 2010-05-11 19:45:06 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:06 +0200 |
commit | abb74ac47c4a972b7585427263aa2c5c4c296b0b (patch) | |
tree | b6ba4b1e3420467eab0f31aa1ecd76018ae3ea8d /libraries | |
parent | 92e9ad7f4cea8cbd2b5600d632b96cd74ea35e60 (diff) |
libraries/lame: Updated for version 3.97
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/lame/README | 1 | ||||
-rw-r--r-- | libraries/lame/lame.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/lame/lame.info | 2 | ||||
-rw-r--r-- | libraries/lame/slack-desc | 11 |
4 files changed, 14 insertions, 4 deletions
diff --git a/libraries/lame/README b/libraries/lame/README index 82311422bdc0..1ed32382a362 100644 --- a/libraries/lame/README +++ b/libraries/lame/README @@ -1,4 +1,3 @@ LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to use the open source model to improve the psycho acoustics, noise shaping and speed of MP3. - diff --git a/libraries/lame/lame.SlackBuild b/libraries/lame/lame.SlackBuild index 251b98d70259..a766881838a5 100644 --- a/libraries/lame/lame.SlackBuild +++ b/libraries/lame/lame.SlackBuild @@ -29,7 +29,7 @@ VERSION=3.97 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -64,7 +64,7 @@ make install-strip DESTDIR=$PKG if [ -d $PKG/usr/man ]; then ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) fi diff --git a/libraries/lame/lame.info b/libraries/lame/lame.info index a7752e5386b1..167471059f2b 100644 --- a/libraries/lame/lame.info +++ b/libraries/lame/lame.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/lame/lame-3.97.tar.gz" MD5SUM="90a4acbb730d150dfe80de145126eef7" MAINTAINER="Martin Lefebvre" EMAIL="dadexter@gmail.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/libraries/lame/slack-desc b/libraries/lame/slack-desc index a5b1174b3a17..c398b5f848a0 100644 --- a/libraries/lame/slack-desc +++ b/libraries/lame/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| lame: Lame (LAME Ain't an Mp3 Encoder) lame: lame: LAME is an educational tool to be used for learning about MP3 @@ -6,3 +14,6 @@ lame: to improve the psycho acoustics, noise shaping and speed of MP3. lame: lame: lame: +lame: +lame: +lame: |