opt/atk/Pkgfile

18 lines
375 B
Plaintext
Raw Normal View History

# Description: A set of interfaces for accessibility
# URL: http://www.gtk.org/
2006-09-07 18:21:57 +02:00
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: glib
name=atk
2007-10-24 22:38:42 +02:00
version=1.20.0
release=1
2007-10-24 22:38:42 +02:00
source=(http://download.gnome.org/sources/$name/1.20/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}