From 146611336bbf2be897a3385fe23cc55e5eba1d52 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 16 Mar 2011 22:17:29 +0000 Subject: [PATCH] Updated xz-utils to 5.0.1. --- app-arch/xz-utils/xz-utils-5.0.1.bep | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app-arch/xz-utils/xz-utils-5.0.1.bep diff --git a/app-arch/xz-utils/xz-utils-5.0.1.bep b/app-arch/xz-utils/xz-utils-5.0.1.bep new file mode 100644 index 000000000..d730ed771 --- /dev/null +++ b/app-arch/xz-utils/xz-utils-5.0.1.bep @@ -0,0 +1,35 @@ +DESCRIPTION="XZ Utils is data compression software for working with LZMA compressed files." +HOMEPAGE="http://tukaani.org/xz/" +SRC_URI="http://tukaani.org/xz/xz-5.0.1.tar.bz2" +CHECKSUM_MD5="cb6c7a58cec4d663a395c54d186ca0c6" +REVISION="1" +STATUS_HAIKU="stable" +MESSAGE="This port only builds with gcc4." +DEPEND="" +BUILD { + cd xz-5.0.1 +# cp -f /boot/common/bin/libtool . +# libtoolize -c -f +# aclocal -I m4 +# autoconf +# autoheader +# automake -acf --foreign + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc + make +} + +INSTALL { + cd xz-5.0.1 + make install +} + +TEST { + cd xz-5.0.1 + make check +} + +LICENSE="GNU LGPL v2.1 + GNU GPL v2 + GNU GPL v3" +COPYRIGHT="2005-2011 Lasse Collin"