opt/libpng/Pkgfile
Juergen Daubert 1f58b840cd Merge branch '2.6' into 2.7
Conflicts:
	gqview/Pkgfile
	mpg321/Pkgfile
	nfs-utils/Pkgfile
	p5-uri/Pkgfile
	p5-xml-parser/.footprint
	p5-xml-parser/Pkgfile
	quota/Pkgfile
	spamprobe/Pkgfile
2010-09-28 16:56:36 +02:00

19 lines
391 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.3
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
}