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