# Template file for 'lxrandr'
pkgname=lxrandr
version=0.1.1
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="LXDE Monitor configuration tool"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d0fca7ebaf732dc0d424cf258ede879fbfccd2b189c1343fbd4add9d5befc18a
long_desc="
 This 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.

 LXRandR only gives you some easy and quick options which are intuitive. It\'s
 very suitable for laptop users who frequently uses projectors or external
 monitor and just want to get their work done without reading a lot of 
 geek-centered manuals or command line tutorials."

Add_dependency run glibc
Add_dependency run atk
Add_dependency run cairo
Add_dependency run fontconfig
Add_dependency run freetype
Add_dependency run gtk+
Add_dependency run glib
Add_dependency run pango
Add_dependency build automake
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gtk+-devel
Add_dependency build freetype-devel

pre_configure()
{
	cd ${wrksrc} && autoreconf || return 1
}