mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
22 lines
447 B
Plaintext
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"
|