From 4f97b8c8fd9b3733eaa0df4da4ffcd4c37896008 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 12 Mar 2010 11:55:42 +0000 Subject: [PATCH 1/1] lame: Initial import (verified compilation). --- lame/.footprint | 15 +++++++++++++++ lame/.md5sum | 1 + lame/Pkgfile | 24 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 lame/.footprint create mode 100644 lame/.md5sum create mode 100644 lame/Pkgfile diff --git a/lame/.footprint b/lame/.footprint new file mode 100644 index 0000000..a5c7d38 --- /dev/null +++ b/lame/.footprint @@ -0,0 +1,15 @@ +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 diff --git a/lame/.md5sum b/lame/.md5sum new file mode 100644 index 0000000..e8f13bc --- /dev/null +++ b/lame/.md5sum @@ -0,0 +1 @@ +719dae0ee675d0c16e0e89952930ed35 lame-398-2.tar.gz diff --git a/lame/Pkgfile b/lame/Pkgfile new file mode 100644 index 0000000..bb6d633 --- /dev/null +++ b/lame/Pkgfile @@ -0,0 +1,24 @@ +# 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 +} -- 2.26.2