Files
haikuports/app-arch/cabextract/cabextract-1.4.recipe
2014-04-21 19:31:51 +02:00

44 lines
938 B
Plaintext

SUMMARY="A program to extract Microsoft Cabinet Files"
DESCRIPTION="
cabextract is Free Software for extracting Microsoft cabinet files, also \
called .CAB files. cabextract is distributed under the GPL license. It is \
based on the portable LGPL libmspack library. cabextract supports all special \
features and all compression formats of Microsoft cabinet files.
"
HOMEPAGE="http://www.cabextract.org.uk"
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2011 Stuart Caie"
SRC_URI="http://www.cabextract.org.uk/cabextract-1.4.tar.gz"
CHECKSUM_SHA256="f7ba8ba2c2d71912846eaaa2bed9200a7722ef0addeec32db7471c350a48e41e"
REVISION="1"
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
PROVIDES="
cabextract = $portVersion
cmd:cabextract = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
"
BUILD()
{
runConfigure ./configure
make
}
INSTALL()
{
make install
}