vp-build/templates/libpng/template
Juan RP cf7f9806c8 libpng: update to 1.2.35, converted to subpkgs, new deps style.
--HG--
extra : convert_revision : 2df0700810949d92d517b3facac56bd9fc45841d
2009-03-25 07:28:22 +01:00

23 lines
946 B
Plaintext

# Template build file for 'libpng'.
pkgname=libpng
sourcepkg=$pkgname
version=1.2.35
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for manipulating PNG images"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=cafe6431f9e6d561fb7b396bf94ff73a9cd0f4279f3eea2fc714ab90e345eee6
long_desc="
Libpng was written as a companion to the PNG specification, as a
way to reduce the amount of time and effort it takes to support
the PNG file format in application programs. Most users will not
have to modify the library significantly; advanced users may want
to modify it more. The library was coded for both users. All
attempts were made to make it as complete as possible, while
keeping the code easy to understand. Currently, this library
only supports C. Support for other languages is being considered."
subpackages="devel"
Add_dependency full glibc
Add_dependency full zlib