mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/lame: Updated for version 3.97
This commit is contained in:
parent
92e9ad7f4c
commit
abb74ac47c
4 changed files with 14 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue