summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:27:48 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:27:48 +0200
commitf938c2bb9acda6403ec19b6aa9ef2d5587d11ad8 (patch)
tree8139ac5ff27b5211d58de1a6fa3abe3f91a06cce /extra
parentb64b0cae1bd42e73d791ad01f0a556bbb5bcb2c4 (diff)
downloadnutyx-pakxe-f938c2bb9acda6403ec19b6aa9ef2d5587d11ad8.tar.gz
nutyx-pakxe-f938c2bb9acda6403ec19b6aa9ef2d5587d11ad8.tar.bz2
nutyx-pakxe-f938c2bb9acda6403ec19b6aa9ef2d5587d11ad8.tar.xz
nutyx-pakxe-f938c2bb9acda6403ec19b6aa9ef2d5587d11ad8.zip
Ajout de lame#3.98-1
Diffstat (limited to 'extra')
-rw-r--r--extra/lame/.footprint16
-rw-r--r--extra/lame/.md5sum1
-rwxr-xr-xextra/lame/Pkgfile25
3 files changed, 42 insertions, 0 deletions
diff --git a/extra/lame/.footprint b/extra/lame/.footprint
new file mode 100644
index 000000000..cc01d1e4c
--- /dev/null
+++ b/extra/lame/.footprint
@@ -0,0 +1,16 @@
+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/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/lame.1.gz
diff --git a/extra/lame/.md5sum b/extra/lame/.md5sum
new file mode 100644
index 000000000..eea3cd279
--- /dev/null
+++ b/extra/lame/.md5sum
@@ -0,0 +1 @@
+f44b9f8e1b5d8835d0a77f9cc9cedd1c lame-398.tar.gz
diff --git a/extra/lame/Pkgfile b/extra/lame/Pkgfile
new file mode 100755
index 000000000..3bd9874da
--- /dev/null
+++ b/extra/lame/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Encodeur et analyseur de trames MP3
+# URL: http://lame.sourceforge.net/index.php
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=lame
+version=3.98
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-${version/./}.tar.gz)
+
+
+build() {
+ cd $name-${version/./}
+ ./configure --prefix=/usr \
+ --disable--analyzer-hooks \
+ --disable-gtktest \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info\
+ --enable-shared\
+ --enable-nasm
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}