Files
haikuports/dev-libs/libelf/libelf-0.8.13.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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"