Files
haikuports/app-arch/bzip2/bzip2-1.0.4.bep
2008-07-30 16:49:08 +00:00

18 lines
298 B
Plaintext

DESCRIPTION="bzip2"
HOMEPAGE="http://www.bzip.org/"
SRC_URI="http://www.bzip.org/1.0.4/bzip2-1.0.4.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="stable"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd bzip2-1.0.4
make
}
INSTALL {
cd bzip2-1.0.4
make install PREFIX=/boot/home/config
}