opt/libpng/Pkgfile

19 lines
399 B
Plaintext
Raw Normal View History

# Description: Library of PNG support functions.
# URL: http://www.libpng.org
2006-09-17 21:07:38 +02:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: zlib
name=libpng
2008-10-31 18:36:54 +01:00
version=1.2.33
release=1
2008-08-22 16:40:12 +02:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
2006-11-28 17:53:26 +01:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}