Files
haikuports/app-arch/gzip/gzip-1.3.12.bep
Chris Roberts 54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00

18 lines
317 B
Plaintext

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