Initial .bep file for libpng-1.4.2, note that this one has 3 copyright

lines.
This commit is contained in:
Scott McCreary
2010-05-17 08:14:46 +00:00
parent 19fd2d4bfa
commit 2cd658dd40

View File

@@ -0,0 +1,24 @@
DESCRIPTION="libpng"
HOMEPAGE="http://www.libpng.org"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson"
COPYRIGHT="1996-1997 Andreas Dilger"
COPYRIGHT="1995-1996 Guy Eric Schalnat, Group 42, Inc."
LICENSE="LIBPNG"
SRC_URI="ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.2.tar.gz"
CHECKSUM_MD5="89fd334dc5fc84ff146b9269c4fa452f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libpng-1.4.2
libtoolize --force --copy
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libpng-1.4.2
make install
}