mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
457 B
Plaintext
24 lines
457 B
Plaintext
DESCRIPTION="GNU zip"
|
|
HOMEPAGE="http://www.gzip.org/"
|
|
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.gz"
|
|
CHECKSUM_MD5="e381b8506210c794278f5527cba0e765"
|
|
REVISION="1"
|
|
STATUS_HAIKU="untested"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd gzip-1.4
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd gzip-1.4
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1999, 2001-2002, 2006-2007, 2009-2010 Free Software Foundation, Inc.
|
|
1992-1993 Jean-loup Gailly"
|
|
|