Files
haikuports/media-libs/libpng/libpng-1.2.43.bep
2010-05-16 19:28:03 +00:00

24 lines
514 B
Plaintext

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
}
LICENSE="LIBPNG"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42, Inc."