| 1 | DESCRIPTION="C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats." |
|---|
| 2 | HOMEPAGE="http://code.google.com/p/libarchive/" |
|---|
| 3 | SRC_URI="http://libarchive.googlecode.com/files/libarchive-2.8.3.zip" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="stable" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="e4fb38b224f623e1cf1122631bf35b82" |
|---|
| 8 | BUILD { |
|---|
| 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 | |
|---|
| 18 | TEST { |
|---|
| 19 | cd libarchive-2.8.3 |
|---|
| 20 | make check |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | INSTALL { |
|---|
| 24 | cd libarchive-2.8.3 |
|---|
| 25 | make install |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | LICENSE="BSD (2-clause)" |
|---|
| 29 | COPYRIGHT="2003-2009 Tim Kientzle" |
|---|