mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
New version 1.3 of the cabextract utility is released.
This commit is contained in:
19
app-arch/cabextract/cabextract-1.3.bep
Normal file
19
app-arch/cabextract/cabextract-1.3.bep
Normal 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"
|
||||
Reference in New Issue
Block a user