[notify] libelf: dropped, replaced by elfutils

This commit is contained in:
Danny Rawlins 2012-03-30 23:29:51 +11:00
parent ae4794d441
commit 2723054754
3 changed files with 0 additions and 38 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
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
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

View File

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

View File

@ -1,22 +0,0 @@
# Description: A ELF object file access library.
# URL: http://www.mr511.de/software/english.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
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 \
--disable-nls
make
make instroot=$PKG install
}