From c886a7d3a5e447c65630a61f6a3242bfb3dc500d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 8 Sep 2010 06:56:18 +0000 Subject: [PATCH] Added libarchive .bep file by disreali with some minor changes. --- app-arch/libarchive/libarchive-2.8.3.bep | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-arch/libarchive/libarchive-2.8.3.bep diff --git a/app-arch/libarchive/libarchive-2.8.3.bep b/app-arch/libarchive/libarchive-2.8.3.bep new file mode 100644 index 000000000..261c0631a --- /dev/null +++ b/app-arch/libarchive/libarchive-2.8.3.bep @@ -0,0 +1,26 @@ +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 + #make check +} + +INSTALL { + cd libarchive-2.8.3 + make install +} + +LICENSE="BSD (2-clause)" +COPYRIGHT="2003-2009 Tim Kientzle"