mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
36 lines
759 B
Plaintext
36 lines
759 B
Plaintext
SUMMARY="Compression utility for zip archives"
|
|
DESCRIPTION="
|
|
Zip is a compression and packaging utility with high \
|
|
portability. It supports password-based encryption of files and filenames, \
|
|
incremental backups and multi-part archives.
|
|
"
|
|
HOMEPAGE="http://www.info-zip.org/Zip.html"
|
|
SRC_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="7b74551e63f8ee6aab6fbc86676c0d37"
|
|
BUILD()
|
|
{
|
|
cd zip30
|
|
make -f beos/Makefile \
|
|
PREFIX=`finddir B_COMMON_DIRECTORY` \
|
|
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd zip30
|
|
make -f beos/Makefile install
|
|
}
|
|
|
|
TEST()
|
|
{
|
|
cd zip30
|
|
# make test
|
|
# make check
|
|
}
|
|
|
|
#LICENSE="Info-Zip"
|
|
#COPYRIGHT=""
|