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_v2

File libarchive-3.0.3.bep_v2, 841 bytes (added by disreali, 3 years ago)

added common doc dir

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        COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
16        COMMON_BIN=`finddir B_COMMON_BIN_DIRECTORY`
17        COMMON_DIR=`finddir B_COMMON_DIRECTORY`
18        ./configure --prefix=$COMMON_DIR \
19        --mandir=$COMMON_DOCS/man
20        make
21}
22
23INSTALL {
24        cd libarchive-3.0.3
25        make install
26}
27
28TEST {
29        cd libarchive-3.0.3
30        make check
31}
32
33LICENSE="BSD (2-clause)"
34COPYRIGHT="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/