#Maintainer: Thorsten Muehlfelder pkgname=lxrandr pkgver=0.1.1 pkgrel=1tm arch=x86_64 source=(http://surfnet.dl.sourceforge.net/sourceforge/lxde/lxrandr-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news") url=http://lxde.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (monitor config tool)" "lxrandr is a very basic monitor config tool utilizing the X extension" "called RandR. It 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 or" "external monitor working correctly." ) 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 }