mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
37 lines
759 B
Plaintext
37 lines
759 B
Plaintext
SUMMARY="Extraction utility for zip archives."
|
|
DESCRIPTION="
|
|
UnZip is an extraction utility for archives compressed in \
|
|
.zip format (zipfiles). UnZip can list or extract files from an archive \
|
|
or test its integrity.
|
|
"
|
|
HOMEPAGE="http://www.info-zip.org/UnZip.html"
|
|
SRC_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="62b490407489521db863b523a7f86375"
|
|
BUILD()
|
|
{
|
|
cd unzip60
|
|
make -f beos/Makefile \
|
|
PREFIX=`finddir B_COMMON_DIRECTORY` \
|
|
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd unzip60
|
|
make -f beos/Makefile install
|
|
}
|
|
|
|
TEST()
|
|
{
|
|
cd unzip60
|
|
# make test
|
|
# make check
|
|
}
|
|
|
|
LICENSE="Info-ZIP"
|
|
#COPYRIGHT=""
|