]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - gzip/gzip.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / gzip / gzip.nm
index 6c7a1693533ef5757cc642a15651def7d9f334ab..20c389b09ede51ea559675d0ca74c583b4e310af 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = gzip
-version    = 1.4
-release    = 3
+version    = 1.6
+release    = 1
 
 groups     = Applications/Compression
 url        = http://www.gzip.org/
@@ -13,13 +13,21 @@ license    = GPLv2
 summary    = The GNU data compression program.
 
 description
-       The gzip package contains the popular GNU gzip data compression \
+       The gzip package contains the popular GNU gzip data compression
        program. Gzipped files have a .gz extension.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnu.org/gnu/%{name}/
 
 build
+       requires
+               coreutils
+               less
+               texinfo
+
+               /usr/bin/more
+       end
+
        # NO_ASM is for textrels.
        configure_options += \
                DEFS=NO_ASM \