Files
haikuports/app-arch/zip/zip-3.0.recipe
Humdinger 9e304a2e9a De-lint recipes.
*	v8
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	verilator
	80-char limit of DESCRIPTION.
	Re-ordered blocks.

*	vim
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	virtulbelive
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	vl_gothic
	Shortened SUMMARY.
	Re-ordered blocks.

*	vlc
	Re-ordered blocks.
	Changed libgpg-error to libgpg_error.

*	vncserver
	Improved COPYRIGHT.
	Re-ordered blocks.

*	vwget
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	wesnoth
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	xerces
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	zip
	Re-ordered blocks.
	Lint warning of non-declared patch can be ignored, as it doesn't
	grok: $portName-$portVersion.patchset
2015-07-23 14:20:24 +02:00

53 lines
1.1 KiB
Bash

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"
COPYRIGHT="1990-2008 Info-ZIP"
LICENSE="Info-ZIP"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
CHECKSUM_SHA256="f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
SOURCE_DIR="zip30"
PATCHES="$portName-$portVersion.patchset"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
$portName = $portVersion
cmd:zip = $portVersion
cmd:zipcloak = $portVersion
cmd:zipnote = $portVersion
cmd:zipsplit = $portVersion
"
REQUIRES="
haiku
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libz
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:make
"
BUILD()
{
sh unix/configure \
&& echo LFLAGS2=\"-lbe\" >> flags \
&& make -f unix/Makefile generic MANDIR=$manDir
}
INSTALL()
{
make -f unix/Makefile install PREFIX=$prefix \
BINDIR=$binDir \
INCLUDEDIR=$includeDir \
LIBDIR=$libDir \
MANDIR=$manDir
}