atk: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-22 00:07:28 +02:00
parent 1346d31f52
commit 2ab25f94cf
3 changed files with 14 additions and 5 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build glib
cd $PKG_BUILD
ac_cv_func_posix_getpwuid_r=yes \

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install glib
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/$1/.libs/libatk*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="atk"
PKG_VERSION="1.30.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://library.gnome.org/devel/atk/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/$PKG_NAME/1.30/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib"
PKG_BUILD_DEPENDS="toolchain glib"
PKG_PRIORITY="optional"
PKG_SECTION="accessibility"
PKG_SHORTDESC="ATK - Accessibility Toolkit"
PKG_LONGDESC="ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications."
PKG_IS_ADDON="no"