CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
atk: updated to 1.30.0
[attic/ports/opt-cross.git] / atk / Pkgfile
CommitLineData
8d7909fb
VM
1# Description: A set of interfaces for accessibility
2# URL: http://www.gtk.org/
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
38b50d66 4# Arch Maintainer System Team devel at crux-arm dot nu
8d7909fb
VM
5# Depends on: glib
6
7name=atk
d73ca2c6 8version=1.30.0
8d7909fb 9release=1
d73ca2c6 10source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
8d7909fb
VM
11
12build () {
13 cd $name-$version
14
15 export DEP_LIBS="-L$CLFS/usr/lib -lglib-2.0 -lgobject-2.0"
16 export DEP_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/glib-2.0 -I$CLFS/usr/lib/glib-2.0/include"
17
18 ./configure --build=$CHOST \
19 --host=$CTARGET \
20 --prefix=/usr
21 make
22 make DESTDIR=$PKG install
23 rm -r $PKG/usr/share
24}