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