]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - zlib/zlib.nm
zlib: Update to 1.2.7.
[people/amarx/ipfire-3.x.git] / zlib / zlib.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = zlib
7 version = 1.2.7
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gzip.org/zlib/
12 license = zlib
13 summary = The zlib compression and decompression library.
14
15 description
16 Zlib is a general-purpose, patent-free, lossless data compression
17 library which is used by many different programs.
18 end
19
20 source_dl = http://zlib.net/
21
22 # Enable PIC build.
23 CFLAGS += -fPIC -DPIC
24
25 build
26 configure_options = \
27 --prefix=%{prefix} \
28 --libdir=%{libdir}
29
30 test
31 make check
32 end
33
34 install_cmds
35 mkdir -pv %{BUILDROOT}%{includedir} %{BUILDROOT}%{libdir}
36 cp -pfv zconf.h zlib.h %{BUILDROOT}%{includedir}
37 end
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end