Files
haikuports/media-libs/gd/gd-2.0.36rc1.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

28 lines
568 B
Plaintext

DESCRIPTION="GD is an open source library for the dynamic creation of images by programmers."
HOMEPAGE="http://www.libgd.org"
SRC_URI="http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libpng >= 1.2.44
media-libs/jpeg >= 6
media-libs/giflib >= 4.1.6"
CHECKSUM_MD5="39ac48e6d5e0012a3bd2248a0102f209"
BUILD()
{
cd gd-2.0.36RC1
libtoolize --force --copy --install
aclocal -I config
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd gd-2.0.36RC1
make install
}