]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gzip/gzip.nm
ncurses: Package essential terminfo files in -base package.
[people/amarx/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.4
8 release = 3
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 =
21
22 build
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
31 end
32
33 packages
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
51 end