2006-02-23 17:45:15 +00:00
|
|
|
# Description: Library of PNG support functions.
|
|
|
|
# URL: http://www.libpng.org
|
2006-09-17 19:07:38 +00:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-02-23 17:45:15 +00:00
|
|
|
# Depends on: zlib
|
|
|
|
|
|
|
|
name=libpng
|
2006-06-27 23:02:20 +00:00
|
|
|
version=1.2.12
|
2006-02-23 17:45:15 +00:00
|
|
|
release=1
|
2006-05-14 13:32:39 +00:00
|
|
|
source=(ftp://ftp.simplesystems.org/pub/$name/png/src/$name-$version.tar.bz2)
|
2006-02-23 17:45:15 +00:00
|
|
|
|
|
|
|
build() {
|
2006-05-14 13:32:39 +00:00
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 17:45:15 +00:00
|
|
|
}
|