1 # Template build file for 'libpng'.
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
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"