]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libpng/libpng.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / libpng / libpng.nm
CommitLineData
2e2abafc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2e2abafc
MT
4###############################################################################
5
802ea3af 6name = libpng
f235f266 7version = 1.6.10
98456149 8release = 2
0a035458 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.libpng.org/pub/png/
12license = zlib
13summary = A library of functions for manipulating PNG image format files.
2e2abafc 14
802ea3af 15description
7fd54289
SS
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
2e2abafc 20 data compression algorithm.
802ea3af
MT
21end
22
0a035458 23source_dl = http://downloads.sourceforge.net/project/libpng/libpng16/%{version}/
de0ca5b0 24source_dl += http://downloads.sourceforge.net/project/libpng/history/libpng16/%{version}/
0a035458 25
802ea3af
MT
26build
27 requires
28 pkg-config
29 zlib-devel
30 end
31end
32
33packages
34 package %{name}
d8b4c3fa 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
1f9bc2f0 38
802ea3af
MT
39 requires = zlib-devel
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end