milis/talimatname/genel/at-spi2-atk/talimat

17 lines
376 B
Plaintext
Raw Normal View History

2017-03-22 07:49:35 +01:00
# Description: ATK'yı at-spi D-Bus'a köprüleyen GTK + modülü
2016-02-24 01:27:23 +01:00
# URL: http://www.gtk.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
# Depends on: intltool at-spi2-core atk
2016-02-24 01:27:23 +01:00
name=at-spi2-atk
version=2.18.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}