Initial .bep file for libpng-1.2.40

This commit is contained in:
Scott McCreary
2009-10-18 04:33:52 +00:00
parent e4a6a70ccc
commit 9afb2172c2

View File

@@ -0,0 +1,18 @@
DESCRIPTION="libpng"
HOMEPAGE="http://www.libpng.org"
SRC_URI="ftp://ftp.simplesystems.org/pub/png/src/libpng-1.2.40.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libpng-1.2.40
libtoolize --force --copy
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libpng-1.2.40
make install
}