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