mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated xz-utils to 5.0.1, added libtoolize so that it now builds on x86_64 as well.
This commit is contained in:
@@ -8,6 +8,8 @@ MESSAGE="This port only builds with gcc4."
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd xz-5.0.1
|
||||
touch po/t-cs.gmo
|
||||
libtoolize --force --copy --install
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--docdir=$COMMON_DOCS/doc/xz \
|
||||
|
||||
34
app-arch/xz-utils/xz-utils-5.0.4.bep
Normal file
34
app-arch/xz-utils/xz-utils-5.0.4.bep
Normal file
@@ -0,0 +1,34 @@
|
||||
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.4.tar.bz2"
|
||||
CHECKSUM_MD5="741cd3a5f64b23b7bac56ec5b2258715"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
MESSAGE="This port only builds with gcc4."
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd xz-5.0.4
|
||||
touch po/t-cs.gmo
|
||||
libtoolize --force --copy --install
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--docdir=$COMMON_DOCS/doc/xz \
|
||||
--mandir=$COMMON_DOCS/man \
|
||||
--localedir=`finddir B_COMMON_DATA_DIRECTORY`/locale
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd xz-5.0.4
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd xz-5.0.4
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2
|
||||
GNU GPL v3"
|
||||
COPYRIGHT="2005-2012 Lasse Collin"
|
||||
Reference in New Issue
Block a user