opt/atk/Pkgfile

18 lines
381 B
Plaintext
Raw Normal View History

# Description: A set of interfaces for accessibility
# URL: http://www.gtk.org/
2008-01-30 20:55:16 +01:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: glib
name=atk
2009-09-25 00:18:15 +02:00
version=1.28.0
release=1
2009-09-25 00:18:15 +02:00
source=(http://download.gnome.org/sources/$name/1.28/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}