libelf: dropped

This commit is contained in:
Fredrik Rinnestam 2013-12-05 22:07:58 +01:00
parent 3d82e667c6
commit ea1b8e8567
3 changed files with 0 additions and 37 deletions

View File

@ -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/
-rw-r--r-- root/root usr/lib/libelf.a
lrwxrwxrwx root/root usr/lib/libelf.so -> libelf.so.0.8.13
lrwxrwxrwx root/root usr/lib/libelf.so.0 -> libelf.so.0.8.13
-rwxr-xr-x root/root usr/lib/libelf.so.0.8.13
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libelf.pc

View File

@ -1 +0,0 @@
4136d7b4c04df68b686570afa26988ac libelf-0.8.13.tar.gz

View File

@ -1,18 +0,0 @@
# Description: ELF object file access library
# URL: http://www.mr511.de/software/
# Packager : Maxim Falcony, falcony at users dot sourceforge dot net
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
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 --disable-nls
make -j1
make instroot=$PKG install
}