mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Updated xz-utils to 5.0.1.
This commit is contained in:
35
app-arch/xz-utils/xz-utils-5.0.1.bep
Normal file
35
app-arch/xz-utils/xz-utils-5.0.1.bep
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user