]> git.ipfire.org Git - ipfire-3.x.git/blame - libpng/libpng.nm
Merge remote-tracking branch 'stevee/tcl-testsuite'
[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
MT
6name = libpng
7version = 1.5.4
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
23source_dl =
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 pkg-config
29 zlib-devel
30 end
31end
32
33packages
34 package %{name}
35 end
36
37 package %{name}-devel
38 template DEVEL
39
40 requires = zlib-devel
41 end
42end