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

Context Navigation

  • Back to Ticket #355

Ticket #355: libarchive-2.8.3.bep

File libarchive-2.8.3.bep, 616 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="untested"
6DEPEND=""
7CHECKSUM_MD5="e4fb38b224f623e1cf1122631bf35b82"
8BUILD {
9        cd libarchive-2.8.3
10        cp /boot/common/share/libtool/config/config.* .
11        libtoolize --force --copy --install
12        sh ./configure --prefix=/boot/common
13        make
14        #make check
15}
16
17INSTALL {
18        cd libarchive-2.8.3
19        make install
20}
21
22LICENSE="BSD (2-clause)"
23COPYRIGHT="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/