added .bep file for libpng-1.2.43

This commit is contained in:
Scott McCreary
2010-04-12 04:06:30 +00:00
parent c3a14891b0
commit 2ad6cdcdad

View File

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