milis/talimatname/genel/atk/talimat

18 lines
398 B
Plaintext

# Description: A library providing a set of interfaces for accessibility
# URL: http://www.gtk.org/
# Packager: pierre at nutyx dot org
# Depends on: glib pcre gobject-introspection
name=atk
version=2.18.0
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}