summaryrefslogtreecommitdiffstats
path: root/base/gzip
diff options
context:
space:
mode:
authorsibel sibel <lesibel@free.fr>2010-01-21 15:31:15 +0100
committersibel sibel <lesibel@free.fr>2010-01-21 15:31:15 +0100
commit788338c5a0f3aafd6285a1e670f81b53fcf68dda (patch)
tree2b44397f9f10dceee951ee94a71ee011bf76b351 /base/gzip
parent95ee7fb6c033b991b1645c35dadd03be45967aee (diff)
downloadnutyx-extra-788338c5a0f3aafd6285a1e670f81b53fcf68dda.tar.gz
nutyx-extra-788338c5a0f3aafd6285a1e670f81b53fcf68dda.tar.bz2
nutyx-extra-788338c5a0f3aafd6285a1e670f81b53fcf68dda.tar.xz
nutyx-extra-788338c5a0f3aafd6285a1e670f81b53fcf68dda.zip
maj gzip#1.4-1
Diffstat (limited to 'base/gzip')
-rw-r--r--base/gzip/.footprint2
-rw-r--r--base/gzip/.md5sum2
-rwxr-xr-xbase/gzip/Pkgfile8
3 files changed, 6 insertions, 6 deletions
diff --git a/base/gzip/.footprint b/base/gzip/.footprint
index 725767e30..66e502b71 100644
--- a/base/gzip/.footprint
+++ b/base/gzip/.footprint
@@ -5,7 +5,7 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gzexe
-lrwxrwxrwx root/root usr/bin/uncompress -> /bin/gunzip
+-rwxr-xr-x root/root usr/bin/uncompress
-rwxr-xr-x root/root usr/bin/zcmp
-rwxr-xr-x root/root usr/bin/zdiff
-rwxr-xr-x root/root usr/bin/zegrep
diff --git a/base/gzip/.md5sum b/base/gzip/.md5sum
index ad4e4bec3..cd607399d 100644
--- a/base/gzip/.md5sum
+++ b/base/gzip/.md5sum
@@ -1 +1 @@
-b5bac2d21840ae077e0217bc5e4845b1 gzip-1.3.12.tar.gz
+e381b8506210c794278f5527cba0e765 gzip-1.4.tar.gz
diff --git a/base/gzip/Pkgfile b/base/gzip/Pkgfile
index c73cbeb2c..955e0d7fa 100755
--- a/base/gzip/Pkgfile
+++ b/base/gzip/Pkgfile
@@ -5,14 +5,14 @@
# Depends on:
name=gzip
-version=1.3.12
+version=1.4
release=1
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
-sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
+# sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
./configure --prefix=/usr \
--mandir=/usr/share/man \
--bindir=/bin \
@@ -22,8 +22,8 @@ install -d $PKG/usr/bin
make DESTDIR=$PKG install
mv -v $PKG/bin/{gzexe,uncompress,zcmp,zdiff,zegrep} $PKG/usr/bin
mv -v $PKG/bin/{zfgrep,zforce,zgrep,zless,zmore,znew} $PKG/usr/bin
-rm $PKG/usr/bin/uncompress
-ln -s /bin/gunzip $PKG/usr/bin/uncompress
+# rm $PKG/usr/bin/uncompress
+# ln -s /bin/gunzip $PKG/usr/bin/uncompress
if [ -f $PKG/usr/share/info/dir ]; then
rm $PKG/usr/share/info/dir
fi