2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'libpng'.
|
|
|
|
pkgname=libpng
|
2012-09-28 00:52:24 +02:00
|
|
|
version=1.5.13
|
2012-06-16 07:01:06 +02:00
|
|
|
revision=1
|
2011-07-07 19:07:30 +02:00
|
|
|
patch_args="-Np1"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-28 00:52:24 +02:00
|
|
|
configure_args="--disable-static"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="zlib-devel"
|
2012-06-06 00:09:11 +02:00
|
|
|
subpackages="$pkgname-devel"
|
2008-10-02 19:01:17 +02:00
|
|
|
short_desc="Library for manipulating PNG images"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-07 19:07:30 +02:00
|
|
|
homepage="http://www.libpng.org/pub/png/libpng.html"
|
|
|
|
license="zlib"
|
2012-06-06 00:09:11 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
2012-09-28 00:52:24 +02:00
|
|
|
checksum=16e761e584e5d72d72fc80923e7851a468bf86538456e304aea401b99038ca92
|
2008-10-02 19:01:17 +02:00
|
|
|
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."
|
2009-03-25 07:28:22 +01:00
|
|
|
|
2012-02-19 10:46:18 +01:00
|
|
|
post_install() {
|
2012-06-07 07:24:29 +02:00
|
|
|
rm -f ${DESTDIR}/usr/lib/*.la
|
2011-07-07 19:07:30 +02:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|