--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lame
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/lame/
+-rw-r--r-- root/root usr/include/lame/lame.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libmp3lame.a
+-rwxr-xr-x root/root usr/lib/libmp3lame.la
+lrwxrwxrwx root/root usr/lib/libmp3lame.so -> libmp3lame.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libmp3lame.so.0 -> libmp3lame.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libmp3lame.so.0.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/lame.1.gz
--- /dev/null
+# Description: MP3 encoder
+# URL: http://lame.sourceforge.net/
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: ncurses
+
+name=lame
+version=3.98.2
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-398-2.tar.gz)
+
+build () {
+ cd $name-398-2
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --disable-analyzer-hooks \
+ --disable-gtktest \
+ --enable-nasm
+ make -j1
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}