CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
lame: Initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Fri, 12 Mar 2010 11:55:42 +0000 (11:55 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 12 Mar 2010 11:55:42 +0000 (11:55 +0000)
lame/.footprint [new file with mode: 0644]
lame/.md5sum [new file with mode: 0644]
lame/Pkgfile [new file with mode: 0644]

diff --git a/lame/.footprint b/lame/.footprint
new file mode 100644 (file)
index 0000000..a5c7d38
--- /dev/null
@@ -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 (file)
index 0000000..e8f13bc
--- /dev/null
@@ -0,0 +1 @@
+719dae0ee675d0c16e0e89952930ed35  lame-398-2.tar.gz
diff --git a/lame/Pkgfile b/lame/Pkgfile
new file mode 100644 (file)
index 0000000..bb6d633
--- /dev/null
@@ -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
+}