]> git.ipfire.org Git - ipfire-3.x.git/blob - gzip/gzip.nm
gzip: Update to 1.5.
[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.5
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 end
27
28 # NO_ASM is for textrels.
29 configure_options += \
30 DEFS=NO_ASM \
31 CPPFLAGS="-DHAVE_LSTAT"
32
33 test
34 make check
35 end
36 end
37
38 packages
39 package %{name}
40 groups += Base Build
41
42 provides
43 /bin/gunzip
44 /bin/gzip
45 /bin/zcat
46 end
47
48 conflicts
49 filesystem < 002
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end