milis/talimatname/genel/mate-power-manager/talimat

24 lines
658 B
Plaintext
Raw Normal View History

2017-06-23 13:09:15 +02:00
# Description: MATE masaüstü için güç yönetim aracı
# URL: http://www.mate-desktop.org/
# Packager: yasarciv67@gmail.com
2017-06-27 11:42:46 +02:00
# Depends on: intltool itstool mate-panel dbus-glib libcanberra libgnome-keyring libnotify upower consolekit2
2017-01-24 00:43:48 +01:00
name=mate-power-manager
2017-06-23 13:09:15 +02:00
version=1.18.0
2017-01-24 00:43:48 +01:00
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
2017-06-23 13:09:15 +02:00
cd $name-$version
./configure \
2017-01-24 00:43:48 +01:00
--prefix=/usr \
2017-06-23 13:09:15 +02:00
--libexecdir=/usr/lib/$name \
2017-01-24 00:43:48 +01:00
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
--enable-applets \
--disable-strict
2017-06-23 13:09:15 +02:00
make
make DESTDIR=$PKG install
2017-01-24 00:43:48 +01:00
}