summaryrefslogtreecommitdiffstats
path: root/base/libelf
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:28:09 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:28:09 +0200
commitd755e19b1fd26bc36113f68bd0778f3a3f5691fc (patch)
tree991a0a308d5ba3a50723813726967530361c4ef2 /base/libelf
parent383db1aa8fa85dd635cc12119d49bf5f3a3387b0 (diff)
downloadnutyx-extra-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.gz
nutyx-extra-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.bz2
nutyx-extra-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.xz
nutyx-extra-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.zip
libelf dans extra
Diffstat (limited to 'base/libelf')
-rw-r--r--base/libelf/.footprint.i68618
-rw-r--r--base/libelf/.footprint.x86_6418
-rw-r--r--base/libelf/.md5sum.i6861
-rw-r--r--base/libelf/.md5sum.x86_641
-rwxr-xr-xbase/libelf/Pkgfile21
5 files changed, 0 insertions, 59 deletions
diff --git a/base/libelf/.footprint.i686 b/base/libelf/.footprint.i686
deleted file mode 100644
index 76156ef7d..000000000
--- a/base/libelf/.footprint.i686
+++ /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.13.so
--rw-r--r-- root/root usr/lib/libelf.a
-lrwxrwxrwx root/root usr/lib/libelf.so -> libelf-0.8.13.so
-lrwxrwxrwx root/root usr/lib/libelf.so.0 -> libelf-0.8.13.so
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libelf.pc
diff --git a/base/libelf/.footprint.x86_64 b/base/libelf/.footprint.x86_64
deleted file mode 100644
index 76156ef7d..000000000
--- a/base/libelf/.footprint.x86_64
+++ /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.13.so
--rw-r--r-- root/root usr/lib/libelf.a
-lrwxrwxrwx root/root usr/lib/libelf.so -> libelf-0.8.13.so
-lrwxrwxrwx root/root usr/lib/libelf.so.0 -> libelf-0.8.13.so
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libelf.pc
diff --git a/base/libelf/.md5sum.i686 b/base/libelf/.md5sum.i686
deleted file mode 100644
index d9337e2e4..000000000
--- a/base/libelf/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-4136d7b4c04df68b686570afa26988ac libelf-0.8.13.tar.gz
diff --git a/base/libelf/.md5sum.x86_64 b/base/libelf/.md5sum.x86_64
deleted file mode 100644
index d9337e2e4..000000000
--- a/base/libelf/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-4136d7b4c04df68b686570afa26988ac libelf-0.8.13.tar.gz
diff --git a/base/libelf/Pkgfile b/base/libelf/Pkgfile
deleted file mode 100755
index 0c8ae89bb..000000000
--- a/base/libelf/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Contient librairie audio
-# URL: http://xiph.org/ao/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=libelf
-version=0.8.13
-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
-}