opt/libpng/Pkgfile
2008-08-17 14:03:36 +02:00

19 lines
409 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.2.29
release=1
source=(ftp://ftp.simplesystems.org/pub/$name/png/src/history/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}