Added MoinMoin-1.9.2 build template.
[xbps.git] / srcpkgs / libpng / template
blob52b725f838bc47edc881f454b3ea4525b7167d56
1 # Template build file for 'libpng'.
2 pkgname=libpng
3 version=1.2.41
4 revision=1
5 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
6 build_style=gnu_configure
7 short_desc="Library for manipulating PNG images"
8 maintainer="Juan RP <xtraeme@gmail.com>"
9 checksum=a172c5afe4668a31eb090d14be7fc2811a9fec8568a785badd30280f47a27e00
10 long_desc="
11  Libpng was written as a companion to the PNG specification, as a
12  way to reduce the amount of time and effort it takes to support
13  the PNG file format in application programs. Most users will not
14  have to modify the library significantly; advanced users may want
15  to modify it more. The library was coded for both users.  All
16  attempts were made to make it as complete as possible, while
17  keeping the code easy to understand.  Currently, this library
18  only supports C. Support for other languages is being considered."
20 subpackages="$pkgname-devel"
21 Add_dependency full glibc
22 Add_dependency full zlib