talimat 439 B

123456789101112131415161718
  1. # Description: D-Bus at-spi için protokol tanımları ve programı
  2. # URL: http://www.gtk.org/
  3. # Packager: milisarge
  4. # Depends on: intltool glib dbus gobject-introspection xorg-libx11 xorg-libxtst
  5. name=at-spi2-core
  6. version=2.18.3
  7. release=1
  8. source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr \
  12. --sysconfdir=/etc
  13. make
  14. make DESTDIR=$PKG install
  15. }