# Description: Gestionnaire de fenĂȘtres Openbox # URL: http://icculus.org/openbox/index.php/Main_Page # Maintainer: NuTyX core team # Packager: geantbrun at gmail dot com # Depends on: startup-notification, pango, hal name=openbox version=3.4.9 release=1 source=(http://icculus.org/openbox/releases/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --with-x \ --enable-startup-notification \ --sysconfdir=/etc make make DESTDIR=$PKG install }