Files
haikuports/media-libs/libpng/libpng-1.4.3.bep
Scott McCreary 63612c64c1 Fixed license name for libpng-1.4.1, 1.4.2, 1.4.3, note that all will
still fail to build since Libpng removed their source code.
2011-01-06 20:01:56 +00:00

25 lines
514 B
Plaintext

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