]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libpng/libpng.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
d8b4c3fa 7version = 1.5.6
802ea3af 8release = 1
2e2abafc 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
2e2abafc
MT
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.
802ea3af
MT
21end
22
d8b4c3fa 23source_dl = http://downloads.sourceforge.net/project/libpng/libpng15/%{version}/
802ea3af
MT
24sources = %{thisapp}.tar.xz
25
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