- cabextract-1.2 port. Thanx to Alex D. (thorn)!

This commit is contained in:
Siarzhuk Zharski
2009-11-24 20:25:53 +00:00
parent 610c9c2937
commit 1c1c005930

View File

@@ -0,0 +1,16 @@
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"
REVISION="1.2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cabextract-1.2
./configure --prefix=/boot/common
make
}
INSTALL {
cd cabextract-1.2
make install
}