HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #624

Ticket #624: libelf-0.8.13.bep

File libelf-0.8.13.bep, 562 bytes (added by munchausen, 3 years ago)

Bep for port

Line 
1DESCRIPTION="libelf - ELF object file access library"
2HOMEPAGE="http://www.mr511.de/software/english.html"
3SRC_URI="http://www.mr511.de/software/libelf-0.8.13.tar.gz"
4CHECKSUM_MD5="4136d7b4c04df68b686570afa26988ac"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9                cd libelf-0.8.13
10                libtoolize -fci
11                autoreconf
12                ./configure --enable-gnu-names --prefix=$(finddir B_COMMON_DIRECTORY)
13                make
14}
15
16INSTALL {
17                cd libelf-0.8.13
18                make install instroot=$DESTDIR
19                make install-compat instroot=$DESTDIR
20}
21LICENSE="GNU LGPL v2"
22COPYRIGHT="1995-2008 Michael Riepe"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/