New version 1.3 of the cabextract utility is released.

This commit is contained in:
Siarzhuk Zharski
2010-08-11 11:16:44 +00:00
parent 8f858927b9
commit 095aa3d53c

View File

@@ -0,0 +1,19 @@
DESCRIPTION="A program to extract Microsoft Cabinet Files."
HOMEPAGE="http://www.cabextract.org.uk"
SRC_URI="http://www.cabextract.org.uk/cabextract-1.3.tar.gz"
CHECKSUM_MD5="cb9a4a38470d2a71a0275968e7eb64d3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cabextract-1.3
./configure --prefix=/boot/common
make
}
INSTALL {
cd cabextract-1.3
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2010 Stuart Caie"