# Description: A light weight session manager for linux # URL: http://sourceforge.net/projects/lxdm/ # Packager: milisarge # Depends on: iso-codes librsvg xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage gtk2 consolekit2 name=lxdm version=0.5.3 release=1 source=(http://sourceforge.net/projects/lxde/files/${name}/${name}%20${version}/${name}-${version}.tar.xz http://downloads.sourceforge.net/project/lxdm-init-script/lxdm-init-script-0.0.1.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --with-pam \ --disable-gtk3 \ --with-systemdsystemunitdir=no \ --sysconfdir=/etc make make DESTDIR=$PKG install mkdir $PKG/etc/rc.d install -m 755 $SRC/lxdm-init-script/lxdm $PKG/etc/rc.d/$name rm -r $PKG/usr/share/lxdm/themes }