SUMMARY="gzip compression utilities and libraries" DESCRIPTION=" gzip (GNU zip) is a compression utility designed to be a \ replacement for compress. It provides better compression than compress \ and although bzip2 produces smaller files is not as fast as bzip2 is. " HOMEPAGE="http://www.gzip.org/" SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.tar.gz" CHECKSUM_MD5="39053e044b18ecd0627f80fbe7cfeaad" REVISION="1" STATUS_HAIKU="untested" DEPEND="" BUILD() { cd gzip-1.2.4a ./configure --prefix=`finddir B_COMMON_DIRECTORY` make } INSTALL() { cd gzip-1.2.4a make install }