talimat 508 B

1234567891011121314151617181920
  1. # Tanım: GtkSourceView widget'ı için Python bağları
  2. # URL: http://www.gnome.org/
  3. # Paketçi: milisarge
  4. # Gerekler: gtksourceview2 python-gtk
  5. # Grup: kütüphane
  6. isim=python-gtksourceview2
  7. surum=2.10.1
  8. devir=1
  9. kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-${surum}.tar.bz2)
  10. derle() {
  11. cd pygtksourceview-$surum
  12. PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
  13. --localstatedir=/var --disable-static --disable-docs
  14. make
  15. make DESTDIR=$PKG install
  16. }