]> git.ipfire.org Git - ipfire-3.x.git/blame - zlib/zlib.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / zlib / zlib.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 = zlib
9d0ed61c 7version = 1.2.11
410319d9 8release = 1
166a6c21 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gzip.org/zlib/
12license = zlib
13summary = The zlib compression and decompression library.
166a6c21 14
802ea3af
MT
15description
16 Zlib is a general-purpose, patent-free, lossless data compression
166a6c21 17 library which is used by many different programs.
802ea3af
MT
18end
19
20source_dl = http://zlib.net/
21
22# Enable PIC build.
23CFLAGS += -fPIC -DPIC
24
25build
26 configure_options = \
98dd7d7c 27 --prefix=%{prefix} \
2b17bc81 28 --libdir=%{libdir}
802ea3af
MT
29
30 test
31 make check
32 end
33
34 install_cmds
98dd7d7c
MT
35 mkdir -pv %{BUILDROOT}%{includedir} %{BUILDROOT}%{libdir}
36 cp -pfv zconf.h zlib.h %{BUILDROOT}%{includedir}
802ea3af
MT
37 end
38end
39
40packages
41 package %{name}
1f9bc2f0 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end