19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
# Tanım: D-Bus at-spi için protokol tanımları ve programı
|
||
# URL: http://www.gtk.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: intltool glib dbus gobject-introspection xorg-libx11 xorg-libxtst
|
||
# Grup: kütüphane
|
||
|
||
isim=at-spi2-core
|
||
surum=2.18.3
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--sysconfdir=/etc
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|