# Description: launcher pour lxde # URL: http://lxde.org/about.html # Maintainer: Hong Jen Yee (PCMan) pcman dot tw at gmail dot com # Packager: geantbrun at gmail dot com # Depends on: gtk, startup-notification, menu-cache # Run on: gtk,startup-notification,menu-cache name=lxlauncher version=0.2.2 release=1 source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc make make DESTDIR=$PKG install }