talimat 658 B

123456789101112131415161718192021222324
  1. # Description: MATE masaüstü için güç yönetim aracı
  2. # URL: http://www.mate-desktop.org/
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: intltool itstool mate-panel dbus-glib libcanberra libgnome-keyring libnotify upower consolekit2
  5. name=mate-power-manager
  6. version=1.18.0
  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. --sysconfdir=/etc \
  15. --localstatedir=/var \
  16. --sbindir=/usr/bin \
  17. --enable-applets \
  18. --disable-strict
  19. make
  20. make DESTDIR=$PKG install
  21. }