pkg://gshutdown_0.2.orig.tar.gz:328790/
gshutdown-0.2/PKGBUILD.in
downloads
# Maintainer: Achraf cherti <achrafcherti@gmail.com>
pkgname=@PACKAGE@
pkgver=@VERSION@
pkgrel=1
pkgdesc="GShutdown is an advanced shutdown utility which allows you to schedule
the shutdown or the restart of your computer. With it, you can simply
and quickly choose the turn off time.
The graphical user interface uses Gtk+2.
Features :
* Shutdown, reboot and logout : immediately or scheduled
* No need to be root
* Possibility to choose custom commands for the actions
* Three different ways to schedule the action
* Systray icon
* Visuals notifications
"
url="http://gshutdown.tuxfamily.org"
source="$pkgname-$pkgver.tar.gz"
makedepends=('gcc' 'make' 'gtk2' 'libnotify' 'libglade')
depends=('gtk2' 'libnotify' 'libglade')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr/
make || return 1
make prefix=$startdir/pkg/usr/ install
}