description="MP3 encoder, an MP3 frame analyzer useful for creating, analyzing compressed audio files."
url="http://lame.sourceforge.net/index.php"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(libsndfile nasm)

name=lame
version=3.100
release=2

source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-nasm --disable-static
make
make DESTDIR=$PKG install

# Obsolet lib

rm $PKG/usr/lib/libmp3lame.la
}
