libpng: update to 1.5.14.
This commit is contained in:
parent
71f1556f20
commit
6be8d97098
|
@ -2,10 +2,7 @@
|
|||
#
|
||||
noarch=yes
|
||||
depends="zlib-devel libpng>=$version"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.5.13
|
||||
version=1.5.14
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,16 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.libpng.org/pub/png/libpng.html"
|
||||
license="zlib"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=16e761e584e5d72d72fc80923e7851a468bf86538456e304aea401b99038ca92
|
||||
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."
|
||||
checksum=bd6bab0534d75ceec08be3ddc08d57096013b829f81cd39ebd468f2c7d10d1bc
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
|
|
Loading…
Reference in New Issue