]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pigz/pigz.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / pigz / pigz.nm
CommitLineData
a3b813f7
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pigz
7version = 2.2.5
8release = 1
9
10groups = Applications/Compression
11url = http://www.zlib.net/pigz/
12license = zlib
13summary = Parallel implementation of gzip.
14
15description
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.
20end
21
22source_dl = %{url}
23
24build
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
36end
37
38packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end