mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
31 lines
694 B
Plaintext
31 lines
694 B
Plaintext
DESCRIPTION="C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats."
|
|
HOMEPAGE="http://code.google.com/p/libarchive/"
|
|
SRC_URI="http://libarchive.googlecode.com/files/libarchive-2.8.3.zip"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="e4fb38b224f623e1cf1122631bf35b82"
|
|
BUILD {
|
|
cd libarchive-2.8.3
|
|
libtoolize --force --copy --install
|
|
aclocal -I build/autoconf
|
|
autoconf
|
|
automake
|
|
chmod 755 configure
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libarchive-2.8.3
|
|
make install
|
|
}
|
|
|
|
TEST {
|
|
cd libarchive-2.8.3
|
|
make check
|
|
}
|
|
|
|
LICENSE="BSD (2-clause)"
|
|
COPYRIGHT="2003-2009 Tim Kientzle"
|