mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
26 lines
564 B
Plaintext
26 lines
564 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
|
|
}
|
|
|