# Description: Terminale déroulant pour GNOME
# URL: http://guake-terminal.org
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python-notify, vte, gconf, gnome-python, dbus-python, notification-daemon
# Run on: python-notify,vte,gconf,gnome-python,dbus-python,notification-daemon

name=guake
version=0.4.2
release=1
source=(http://guake.org/files/$name-$version.tar.gz)
build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc
	make
	make DESTDIR=$PKG install
}