Initial .bep file for bzip-1.0.5

This commit is contained in:
Scott McCreary
2009-10-18 21:58:17 +00:00
parent 58a5069258
commit e1c5d67e8f

View 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
}