mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
Initial .bep file for bzip-1.0.5
This commit is contained in:
15
app-arch/bzip2/bzip2-1.0.5.bep
Normal file
15
app-arch/bzip2/bzip2-1.0.5.bep
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
DESCRIPTION="bzip2"
|
||||||
|
HOMEPAGE="http://www.bzip.org/"
|
||||||
|
SRC_URI="http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
DEPEND=""
|
||||||
|
BUILD {
|
||||||
|
cd bzip2-1.0.5
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL {
|
||||||
|
cd bzip2-1.0.5
|
||||||
|
make install PREFIX=/boot/common
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user