Files
haikuports/app-arch/cabextract/cabextract-1.2.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
447 B
Plaintext

DESCRIPTION="A program to extract Microsoft Cabinet Files."
HOMEPAGE="http://www.cabextract.org.uk"
SRC_URI="http://www.cabextract.org.uk/cabextract-1.2.tar.gz"
CHECKSUM_MD5="dc421a690648b503265c82ade84e143e"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd cabextract-1.2
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd cabextract-1.2
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2006 Stuart Caie"