Files
haikuports/app-arch/xz-utils/xz-utils-5.0.1.bep
Matt Madia 41f26f3469 Fixed docdir to be doc/xz, instead of simply doc/. This prevents other ports
from overwritting each other's documentation files.
Condensed finddir invocations.
2011-03-26 13:44:23 +00:00

32 lines
669 B
Plaintext

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
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--docdir=$COMMON_DOCS/doc/xz \
--mandir=$COMMON_DOCS/man
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"