From 1a1a41e9705a4b0843b0acecf62426c14c09b6fe Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 22:57:31 +0100 Subject: libelf, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/libelf/.footprint | 18 ------------------ extra/libelf/.md5sum | 1 - extra/libelf/Pkgfile | 22 ---------------------- 3 files changed, 41 deletions(-) delete mode 100644 extra/libelf/.footprint delete mode 100644 extra/libelf/.md5sum delete mode 100755 extra/libelf/Pkgfile (limited to 'extra') diff --git a/extra/libelf/.footprint b/extra/libelf/.footprint deleted file mode 100644 index 12af65902..000000000 --- a/extra/libelf/.footprint +++ /dev/null @@ -1,18 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/gelf.h --rw-r--r-- root/root usr/include/libelf.h -drwxr-xr-x root/root usr/include/libelf/ --rw-r--r-- root/root usr/include/libelf/elf_repl.h --rw-r--r-- root/root usr/include/libelf/gelf.h --rw-r--r-- root/root usr/include/libelf/libelf.h --rw-r--r-- root/root usr/include/libelf/nlist.h --rw-r--r-- root/root usr/include/libelf/sys_elf.h --rw-r--r-- root/root usr/include/nlist.h -drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libelf-0.8.10.so --rw-r--r-- root/root usr/lib/libelf.a -lrwxrwxrwx root/root usr/lib/libelf.so -> libelf-0.8.10.so -lrwxrwxrwx root/root usr/lib/libelf.so.0 -> libelf-0.8.10.so -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libelf.pc diff --git a/extra/libelf/.md5sum b/extra/libelf/.md5sum deleted file mode 100644 index 489b01ee6..000000000 --- a/extra/libelf/.md5sum +++ /dev/null @@ -1 +0,0 @@ -9db4d36c283d9790d8fa7df1f4d7b4d9 libelf-0.8.10.tar.gz diff --git a/extra/libelf/Pkgfile b/extra/libelf/Pkgfile deleted file mode 100755 index ffda3b99e..000000000 --- a/extra/libelf/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Contient librairie audio -# URL: http://xiph.org/ao/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libelf -version=0.8.10 -release=1 -source=( http://www.mr511.de/software/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --enable-shared \ - --enable-gnu-names \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make prefix=$PKG/usr install - rm -rf $PKG/usr/share -} -- cgit v1.2.3-54-g00ecf