mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated bep files for atk, still broken as it is looking for gtk-doc.
This commit is contained in:
@@ -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
|
||||
|
||||
26
dev-libs/atk/atk-1.30.0.bep
Normal file
26
dev-libs/atk/atk-1.30.0.bep
Normal 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=""
|
||||
Reference in New Issue
Block a user