Added remaining font-bitstream-* templates.
[pkgfs.git] / templates / libpng.tmpl
blob003e200f09e0e218f5504fe7a05e20b77f59bf7a
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."
22 run_stuff_before="build"
23 run_stuff_before_build_file="$PKGFS_TEMPLATESDIR/$pkgname-runstuff-before-build.sh"