Updated bep files for atk, still broken as it is looking for gtk-doc.

This commit is contained in:
Scott McCreary
2010-09-22 23:52:02 +00:00
parent cfcc8c10a6
commit 292731881e
2 changed files with 28 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/atk/1.29/atk-1.29.2.tar.gz"
CHECKSUM_MD5="bc35c5d6e1b8e69303944aae2fe516ed"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
DEPEND="sys-devel/gettext >= 0.17
dev-libs/glib >= 2.24.0"
BUILD {
cd atk-1.29.2
libtoolize --force --copy --install

View File

@@ -0,0 +1,26 @@
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=/boot/common
make
}
INSTALL {
cd atk-1.30.0
make isntall
}
#LICENSE=""
#COPYRIGHT=""