libraries/lame: Updated for version 3.97

This commit is contained in:
Martin Lefebvre 2010-05-11 19:45:06 +02:00 committed by Robby Workman
parent 92e9ad7f4c
commit abb74ac47c
4 changed files with 14 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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: