talimat 581 B

12345678910111213141516171819202122
  1. # Description: MATE için güçlü bir metin editörü
  2. # URL: http://matsusoft.com.ar/projects/mate
  3. # Packager: yasarciv
  4. # Depends on: enchant gtk2 libsoup iso-codes gtksourceview2 mate-desktop python-gobject2 python-gtk python-gtksourceview2
  5. name=pluma
  6. version=1.14.1
  7. release=1
  8. source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure \
  12. --prefix=/usr \
  13. --libexecdir=/usr/lib/${name} \
  14. --with-gtk=2.0 \
  15. --enable-gtk-doc=no \
  16. --enable-python
  17. make
  18. make DESTDIR=$PKG install
  19. }