#Maintainer: Thorsten Muehlfelder pkgname=lxsession pkgver=0.3.8 pkgrel=1tm arch=x86_64 source=(http://mesh.dl.sourceforge.net/sourceforge/lxde/lxsession-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://lxde.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (a session manager for LXDE)" "LXSession is a lightweight X11 session manager with fewer" "dependencies, designed for use with LXDE." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make -j3 || return 1 make install DESTDIR=$startdir/pkg }