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

18 lines
439 B
Plaintext
Raw Normal View History

2017-03-22 07:50:39 +01:00
# Description: D-Bus at-spi için protokol tanımları ve programı
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 glib dbus gobject-introspection xorg-libx11 xorg-libxtst
2016-02-24 01:27:23 +01:00
name=at-spi2-core
version=2.18.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}