mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
19 lines
311 B
Plaintext
19 lines
311 B
Plaintext
DESCRIPTION="GNU zip"
|
|
HOMEPAGE="http://www.gzip.org/"
|
|
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="stable"
|
|
STATUS_HAIKU="untested"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd gzip-1.3.12
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd gzip-1.3.12
|
|
make install
|
|
}
|