mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
25 lines
566 B
Plaintext
25 lines
566 B
Plaintext
DESCRIPTION="libelf - ELF object file access library"
|
|
HOMEPAGE="http://www.mr511.de/software/english.html"
|
|
SRC_URI="http://www.mr511.de/software/libelf-0.8.13.tar.gz"
|
|
CHECKSUM_MD5="4136d7b4c04df68b686570afa26988ac"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd libelf-0.8.13
|
|
libtoolize -fci
|
|
autoreconf
|
|
./configure --enable-gnu-names --prefix=$(finddir B_COMMON_DIRECTORY)
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libelf-0.8.13
|
|
make install instroot=$DESTDIR
|
|
make install-compat instroot=$DESTDIR
|
|
}
|
|
LICENSE="GNU LGPL v2"
|
|
COPYRIGHT="1995-2008 Michael Riepe"
|