mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
18 lines
317 B
Plaintext
18 lines
317 B
Plaintext
DESCRIPTION="GNU zip"
|
|
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=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd gzip-1.2.4a
|
|
make install
|
|
}
|