Files
haikuports/app-arch/zip/zip-3.0.recipe
Oliver Tappe f31617b50f Adjust many more recipes to support mirror site.
* Mostly added SRC_FILENAME where the automatic filename didn't
  make any sense.
2014-04-20 23:13:43 +02:00

55 lines
1.3 KiB
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"
LICENSE="Info-ZIP"
COPYRIGHT="1990-2008 Info-ZIP"
CHECKSUM_SIZE="1118845"
CHECKSUM_MD5="7b74551e63f8ee6aab6fbc86676c0d37"
CHECKSUM_RMD160="1fc99daf3e36494ba392c7514a714fe3d258d232"
CHECKSUM_SHA512="c1c3d62bf1426476c0f9919b568013d6d7b03514912035f09ee283226d94c978791ad2af5310021e96c4c2bf320bfc9d0b8f4045c48e4667e034d98197e1a9b3"
ARCHITECTURES="x86 x86_gcc2"
PATCHES="$portName-$portVersion.patchset"
PROVIDES="
$portName = $portVersion
cmd:zip = $portVersion
cmd:zipcloak = $portVersion
cmd:zipnote = $portVersion
cmd:zipsplit = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:make
"
SOURCE_DIR="zip30"
BUILD()
{
make $jobArgs -f beos/Makefile
}
INSTALL()
{
make -f beos/Makefile install \
BINDIR=$binDir \
INCLUDEDIR=$includeDir \
LIBDIR=$libDir \
MANDIR=$manDir
}