]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libpng/libpng.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libpng / libpng.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libpng
7 version = 1.6.10
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.libpng.org/pub/png/
12 license = zlib
13 summary = A library of functions for manipulating PNG image format files.
14
15 description
16 The libpng package contains a library of functions for creating and
17 manipulating PNG (Portable Network Graphics) image format files.
18 PNG is a bit-mapped graphics format similar to the GIF format. PNG
19 was created to replace the GIF format, since GIF uses a patented
20 data compression algorithm.
21 end
22
23 source_dl = http://downloads.sourceforge.net/project/libpng/libpng16/%{version}/
24 source_dl += http://downloads.sourceforge.net/project/libpng/history/libpng16/%{version}/
25
26 build
27 requires
28 pkg-config
29 zlib-devel
30 end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38
39 requires = zlib-devel
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end