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

Context Navigation

  • Back to Ticket #564

Ticket #564: libarchive-3.0.3.bep

File libarchive-3.0.3.bep, 701 bytes (added by disreali, 3 years ago)
Line 
1DESCRIPTION="C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats."
2HOMEPAGE="http://libarchive.github.com/"
3SRC_URI="https://github.com/downloads/libarchive/libarchive/libarchive-3.0.3.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="ca4090f0099432a9ac5a8b6618dc3892"
8BUILD {
9        cd libarchive-3.0.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}
18
19INSTALL {
20        cd libarchive-3.0.3
21        make install
22}
23
24TEST {
25        cd libarchive-3.0.3
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/