#Maintainer: Antonino Ingegnere pkgname=lxsession pkgver=0.3.2 pkgrel=1 zenver=54 arch=i486 source=(http://kent.dl.sourceforge.net/sourceforge/lxde/lxsession-0.3.2.tar.gz) sourcetemplate=http://users.zenwalk.org/user-accounts/antonino/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news") url=http://lxde.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "LXSession is the default X11 session manager of LXDE." "LXSession is session manager is used to automatically start a set of" "applications and set up a working desktop environment. Moreover, when" "the user logout, it remembers the applications in use, and restart" "them the next time you login." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }