]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gzip/gzip.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / gzip / gzip.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gzip
7 version = 1.6
8 release = 1
9
10 groups = Applications/Compression
11 url = http://www.gzip.org/
12 license = GPLv2
13 summary = The GNU data compression program.
14
15 description
16 The gzip package contains the popular GNU gzip data compression
17 program. Gzipped files have a .gz extension.
18 end
19
20 source_dl = ftp://ftp.gnu.org/gnu/%{name}/
21
22 build
23 requires
24 coreutils
25 less
26 texinfo
27
28 /usr/bin/more
29 end
30
31 # NO_ASM is for textrels.
32 configure_options += \
33 DEFS=NO_ASM \
34 CPPFLAGS="-DHAVE_LSTAT"
35
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43 groups += Base Build
44
45 provides
46 /bin/gunzip
47 /bin/gzip
48 /bin/zcat
49 end
50
51 conflicts
52 filesystem < 002
53 end
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end