blob: 2da7e8d387ca2ac31c30d19837c18c974a146b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
}
|