summaryrefslogtreecommitdiff
path: root/community/lxrandr/PKGBUILD
blob: c427394b5a932295d214bb375bc15933c1eeb264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 52615 2011-07-26 12:18:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>

pkgname=lxrandr
pkgver=0.1.2
pkgrel=1
pkgdesc="Monitor configuration tool (part of LXDE)"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'xorg-server-utils')
makedepends=('pkgconfig' 'intltool')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
md5sums=('8a7391581541bba58839ac11dbf5b575')

build() {
	cd "$srcdir/$pkgname-$pkgver"
	[ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr
	make
	make DESTDIR="$pkgdir" install
}