opt/libpng/Pkgfile

19 lines
380 B
Plaintext
Raw Normal View History

# Description: Library of PNG support functions.
# URL: http://www.libpng.org
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
# Depends on: zlib
name=libpng
2006-06-27 15:13:38 +02:00
version=1.2.11
release=1
source=(ftp://ftp.simplesystems.org/pub/$name/png/src/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}