| 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="untested" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="e4fb38b224f623e1cf1122631bf35b82" |
|---|
| 8 | BUILD { |
|---|
| 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 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd libarchive-2.8.3 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="BSD (2-clause)" |
|---|
| 23 | COPYRIGHT="2003-2009 Tim Kientzle" |
|---|