mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
@@ -3,14 +3,13 @@ DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \
|
||||
replacement for compress. Its main advantages over compress are much \
|
||||
better compression and freedom from patented algorithms. It has been \
|
||||
adopted by the GNU project and is now relatively popular on the Internet."
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
HOMEPAGE="https://www.gnu.org/software/gzip/"
|
||||
COPYRIGHT="1992-1993 Jean-loup Gailly
|
||||
1999-2013 Free Software Foundation, Inc."
|
||||
1999-2016 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/gzip/gzip-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847"
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
CHECKSUM_SHA256="fb31c57e7ce7703596ef57329be7cc5c5fd741b4a0f659fea7ee6a54706b41ab"
|
||||
PATCHES="${portVersionedName}.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
@@ -60,4 +59,6 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
rm $libDir/charset.alias
|
||||
rmdir $libDir
|
||||
}
|
||||
@@ -11,7 +11,7 @@ diff --git a/gzexe.in b/gzexe.in
|
||||
index e458563..45e1900 100644
|
||||
--- a/gzexe.in
|
||||
+++ b/gzexe.in
|
||||
@@ -218,7 +218,7 @@ EOF
|
||||
@@ -212,7 +212,7 @@ EOF
|
||||
echo >&2 "$0: $tmp: cannot chmod"
|
||||
continue
|
||||
}
|
||||
Reference in New Issue
Block a user