Broken .bep file for atk, need some more work to get this one going, checking in the work in progress.

This commit is contained in:
Scott McCreary
2009-11-16 09:43:25 +00:00
parent ff6b763778
commit 8b3b17a2fd

View File

@@ -0,0 +1,20 @@
DESCRIPTION="atk - GTK+ & GNOME Accessibility Toolkit"
HOMEPAGE="http://developer.gnome.org/projects/gap/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/atk/1.29/atk-1.29.2.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd atk-1.29.2
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd atk-1.29.2
make isntall
}