mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
18 lines
298 B
Plaintext
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
|
|
}
|