opt/libpng/Pkgfile
Fredrik Rinnestam c36ef414cf libpng: updated to 1.4.10.
resolves CVE-2011-3045
2012-03-28 20:33:08 +02:00

19 lines
392 B
Plaintext

# Description: Library of PNG support functions.
# URL: http://www.libpng.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: zlib
name=libpng
version=1.4.10
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}