]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pigz/pigz.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / pigz / pigz.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pigz
7 version = 2.2.5
8 release = 1
9
10 groups = Applications/Compression
11 url = http://www.zlib.net/pigz/
12 license = zlib
13 summary = Parallel implementation of gzip.
14
15 description
16 pigz, which stands for parallel implementation of gzip,
17 is a fully functional replacement for gzip that exploits
18 multiple processors and multiple cores to the hilt when compressing
19 data.
20 end
21
22 source_dl = %{url}
23
24 build
25 requires
26 zlib-devel
27 end
28
29 make_build_targets += CFLAGS="%{CFLAGS}"
30
31 install
32 install -p -D pigz %{BUILDROOT}%{bindir}/pigz
33 ln -svf pigz %{BUILDROOT}%{bindir}/unpigz
34 install -p -D pigz.1 -m 644 %{BUILDROOT}%{mandir}/man1/pigz.1
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end