opt/libpng/Pkgfile
2010-03-04 08:10:30 +01:00

19 lines
398 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.43
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}