mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for gd.
This commit is contained in:
25
media-libs/gd/gd-2.0.36rc1.bep
Normal file
25
media-libs/gd/gd-2.0.36rc1.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user