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

17 lines
369 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: intltool at-spi2-core atk
2017-01-30 23:55:06 +01:00
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
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}