Simplify template files by removing run_stuff_<stage>_<phase> variables.
[pkgfs.git] / templates / libpng.tmpl
blob41fec38534fd0f42b58b57212010558ba35f2f1f
1 # Template build file for 'libpng'.
2 pkgname=libpng
3 version=1.2.32
4 extract_sufx=".tar.bz2"
5 url=ftp://ftp.fu-berlin.de/unix/graphics/png/src
6 build_style=gnu_configure
7 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
8 pkgconfig_override="libpng.pc"
9 short_desc="Library for manipulating PNG images"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=72d06e89912121c17598573171e704ff6bac35a6
12 long_desc="
13  Libpng was written as a companion to the PNG specification, as a
14  way to reduce the amount of time and effort it takes to support
15  the PNG file format in application programs. Most users will not
16  have to modify the library significantly; advanced users may want
17  to modify it more. The library was coded for both users.  All
18  attempts were made to make it as complete as possible, while
19  keeping the code easy to understand.  Currently, this library
20  only supports C. Support for other languages is being considered."