mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
20
dev-libs/atk/atk-1.29.2.bep
Normal file
20
dev-libs/atk/atk-1.29.2.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user