diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 22:39:35 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 22:39:35 +0100 |
commit | 22cef920b0cf5d7663620fc82489c0d9e31a5f57 (patch) | |
tree | 299376324a79a255759e7738b3cb77196e35316d /extra | |
parent | 504780065c9d17bf633099f741680ed78e450cd0 (diff) | |
download | nutyx-pakxe-22cef920b0cf5d7663620fc82489c0d9e31a5f57.tar.gz nutyx-pakxe-22cef920b0cf5d7663620fc82489c0d9e31a5f57.tar.bz2 nutyx-pakxe-22cef920b0cf5d7663620fc82489c0d9e31a5f57.tar.xz nutyx-pakxe-22cef920b0cf5d7663620fc82489c0d9e31a5f57.zip |
lame, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r-- | extra/lame/.footprint | 16 | ||||
-rw-r--r-- | extra/lame/.md5sum | 1 | ||||
-rwxr-xr-x | extra/lame/Pkgfile | 25 |
3 files changed, 0 insertions, 42 deletions
diff --git a/extra/lame/.footprint b/extra/lame/.footprint deleted file mode 100644 index cc01d1e4c..000000000 --- a/extra/lame/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index eea3cd279..000000000 --- a/extra/lame/.md5sum +++ /dev/null @@ -1 +0,0 @@ -f44b9f8e1b5d8835d0a77f9cc9cedd1c lame-398.tar.gz diff --git a/extra/lame/Pkgfile b/extra/lame/Pkgfile deleted file mode 100755 index 3bd9874da..000000000 --- a/extra/lame/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -} |