2010-05-10 10:50:57 +00:00
|
|
|
# Template build file for 'libelf'
|
|
|
|
pkgname=libelf
|
|
|
|
version=0.8.13
|
|
|
|
distfiles="http://www.mr511.de/software/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-05-10 10:50:57 +00:00
|
|
|
configure_args="--enable-gnu-names --enable-compat --enable-shared"
|
|
|
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr install"
|
2011-11-12 01:54:14 +00:00
|
|
|
revision=1
|
2010-05-10 10:50:57 +00:00
|
|
|
short_desc="ELF object file access library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
|
|
|
|
long_desc="
|
|
|
|
The elf library provides routines to access, and manipulate, Elf object files.
|
|
|
|
It is still not complete, but is required for a number of programs, such as
|
|
|
|
Eli (a state of the art compiler generation system), and Elk (the Extension
|
|
|
|
Language Kit - an implementation of the Scheme programming language.)"
|
|
|
|
|
2011-07-06 06:16:56 +00:00
|
|
|
bootstrap=yes
|
2010-05-10 10:50:57 +00:00
|
|
|
subpackages="$pkgname-devel"
|