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
2010-03-31 08:24:14 +02:00
version=1.30.0
release=1
2010-03-31 08:24:14 +02:00
source=(http://download.gnome.org/sources/$name/1.30/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}