Files
haikuports/app-arch/zoo/zoo-2.10.recipe
2014-01-05 04:12:45 -08:00

27 lines
686 B
Plaintext

SUMMARY="Zoo archive utility"
DESCRIPTION="
Zoo is a compression utility. It uses LZW compression algorithm \
which compresses files to 20-80% of their original size depending on the data type. \
Zoo can store and selectively extract multiple generations of the same file.
This package exists for its historical value. If you are looking for a compression \
tool for serious use, check tar and gzip.
"
HOMEPAGE="unknown"
SRC_URI="ftp://ftp.kiarchive.ru/pub/unix/arcers/zoo-2.10pl1.tar.gz"
CHECKSUM_MD5="70a0a785ecc8f7f747be1421e495d837"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
make haiku
}
INSTALL()
{
make inst_prod
}
LICENSE="zoo"
COPYRIGHT="1991-2009 Rahul Dhesi"