]> git.ipfire.org Git - ipfire-3.x.git/blame - gzip/gzip.nm
binutils: Update to 2.32
[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 6name = gzip
83da4090 7version = 1.8
d8f72415 8release = 1
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
d8f72415 16 The gzip package contains the popular GNU gzip data compression
166a6c21 17 program. Gzipped files have a .gz extension.
802ea3af 18end
166a6c21 19
d8f72415 20source_dl = ftp://ftp.gnu.org/gnu/%{name}/
166a6c21 21
802ea3af 22build
d8f72415
SS
23 requires
24 coreutils
25 less
abd50081
MT
26 texinfo
27
28 /usr/bin/more
d8f72415
SS
29 end
30
ff3223af
MT
31 # NO_ASM is for textrels.
32 configure_options += \
166a6c21 33 DEFS=NO_ASM \
ff3223af 34 CPPFLAGS="-DHAVE_LSTAT"
802ea3af
MT
35
36 test
37 make check
38 end
802ea3af 39end
166a6c21 40
802ea3af
MT
41packages
42 package %{name}
e08cf03c 43 groups += Base Build
ff3223af
MT
44
45 provides
46 /bin/gunzip
47 /bin/gzip
48 /bin/zcat
49 end
50
51 conflicts
52 filesystem < 002
53 end
802ea3af 54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end