# Description: MATE güç yöneticisi # URL: http://matsusoft.com.ar/projects/mate # Packager: yasarciv # Depends on: dconf libgnome-keyring libcanberra libnotify libunique1 mate-desktop mate-panel upower gvfs name=mate-power-manager version=1.16.0 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} \ --sysconfdir=/etc \ --localstatedir=/var \ --sbindir=/usr/bin \ --enable-applets \ --enable-unique \ --with-gtk=2.0 \ --disable-strict make make DESTDIR=$PKG install }