mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
29 lines
575 B
Plaintext
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=""
|