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

18 lines
482 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: Sistem güç bilgisi ve istatistikleri.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 upower dconf hicolor-icon-theme gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gnome-power-manager
version=3.22.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}