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

Context Navigation

  • Back to Ticket #437

Ticket #437: libarchive-2.8.3.bep-test

File libarchive-2.8.3.bep-test, 692 bytes (added by disreali, 5 years ago)
Line 
1DESCRIPTION="C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats."
2HOMEPAGE="http://code.google.com/p/libarchive/"
3SRC_URI="http://libarchive.googlecode.com/files/libarchive-2.8.3.zip"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="e4fb38b224f623e1cf1122631bf35b82"
8BUILD {
9        cd libarchive-2.8.3
10        libtoolize --force --copy --install
11        aclocal -I build/autoconf
12        autoconf
13        automake
14        chmod 755 configure
15        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
16        make
17
18TEST {
19        cd libarchive-2.8.3
20        make check
21}
22
23INSTALL {
24        cd libarchive-2.8.3
25        make install
26}
27
28LICENSE="BSD (2-clause)"
29COPYRIGHT="2003-2009 Tim Kientzle"

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/