Files
haikuports/media-libs/libpng/libpng-1.2.30.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

27 lines
584 B
Plaintext

DESCRIPTION="libpng"
HOMEPAGE="http://www.libpng.org"
SRC_URI="http://superb-east.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.30.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libpng-1.2.30
cp /boot/common/share/libtool/config.guess .
cp /boot/common/share/libtool/config.sub
libtoolize --force --copy
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libpng-1.2.30
make install
}
LICENSE="LIBPNG"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42, Inc."