mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
- cabextract-1.2 port. Thanx to Alex D. (thorn)!
This commit is contained in:
16
app-arch/cabextract/cabextract-1.2.bep
Normal file
16
app-arch/cabextract/cabextract-1.2.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user