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

Context Navigation

  • Back to Ticket #552

Ticket #552: libarchive-2.8.5.bep

File libarchive-2.8.5.bep, 693 bytes (added by disreali, 4 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.5.zip"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="58d1b202b4878e9da45cfe6d2a740881"
8BUILD {
9        cd libarchive-2.8.5
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}
18
19INSTALL {
20        cd libarchive-2.8.5
21        make install
22}
23
24TEST {
25        cd libarchive-2.8.5
26        make check
27}
28
29LICENSE="BSD (2-clause)"
30COPYRIGHT="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/