summaryrefslogtreecommitdiff
path: root/community/lxrandr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/lxrandr
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/lxrandr')
-rw-r--r--community/lxrandr/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/lxrandr/PKGBUILD b/community/lxrandr/PKGBUILD
new file mode 100644
index 000000000..2cd922a11
--- /dev/null
+++ b/community/lxrandr/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 82107 2013-01-08 18:48:27Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+
+pkgname=lxrandr
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="Monitor configuration tool (part of LXDE)"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://lxde.org/"
+groups=('lxde')
+depends=('gtk2' 'xorg-xrandr')
+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
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}