talimat 633 B

12345678910111213141516171819202122232425
  1. # Tanım: Vte GTK+3 için bir terminal emülatörü widget'ı uygulayan bir kitaplıktır
  2. # URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
  3. # Paketçi: milisarge
  4. # Gerekler: gtk3 perl-xml-parser python-gtk gobject-introspection pcre2
  5. # GRup: kütüphane
  6. isim=vte3
  7. surum=0.53.0
  8. devir=1
  9. _isim=vte
  10. kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_isim}/${surum%.*}/${_isim}-$surum.tar.xz)
  11. derle() {
  12. cd ${_isim}-$surum
  13. ./configure --prefix=/usr\
  14. --sysconfdir=/etc \
  15. --libexecdir=/usr/lib/$isim \
  16. --enable-introspection \
  17. --with-xft2 \
  18. --with-pangox
  19. make
  20. make DESTDIR=$PKG install
  21. rm -rf $PKG/usr/share/gtk-doc
  22. }