Files
haikuports/dev-libs/atk/atk-1.30.0.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

29 lines
575 B
Plaintext

DESCRIPTION="atk - GTK+ & GNOME Accessibility Toolkit"
HOMEPAGE="http://developer.gnome.org/projects/gap/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/atk/1.30/atk-1.30.0.tar.gz"
CHECKSUM_MD5="d546d814b3ddfd10659545fb3c1168fc"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="sys-devel/gettext >= 0.17
dev-libs/glib >= 2.24.0
dev-util/gtk-doc >= 1.15"
BUILD()
{
cd atk-1.30.0
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd atk-1.30.0
make isntall
}
#LICENSE=""
#COPYRIGHT=""