#Maintainer: Antonino Ingegnere pkgname=lxrandr pkgver=0.1 pkgrel=1 zenver=54 arch=i486 source=("http://dfn.dl.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz" "lxrandr.desktop") sourcetemplate=http://users.zenwalk.org/user-accounts/antonino/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://lxde.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "lxrandr - A monitor config tool" "This is a very basic monitor config tool utilizing X RandR extension." "It's a GUI frontend of the command line program xrandr. LXRandR can" "let you change the screen resolution on the fly. Besides, when you run" "lxrandr with external monitor connected, its GUI will change, and show" "you some quick options to get your projector working correctly." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || return 1 make -j2 || return 1 make install DESTDIR=$startdir/pkg cd $startdir/src cp lxrandr.desktop $startdir/pkg/usr/share/applications/ }