Files
haikuports/app-arch/gzip/gzip-1.2.4a.bep
2008-08-21 06:33:56 +00:00

19 lines
311 B
Plaintext

DESCRIPTION="GNU zip"
HOMEPAGE="http://www.gzip.org/"
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="stable"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd gzip-1.2.4a
./configure --prefix=/boot/common
make
}
INSTALL {
cd gzip-1.2.4a
make install
}