summaryrefslogtreecommitdiff
path: root/community/lxrandr
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/lxrandr
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/lxrandr')
-rw-r--r--community/lxrandr/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/lxrandr/PKGBUILD b/community/lxrandr/PKGBUILD
new file mode 100644
index 000000000..dd0433457
--- /dev/null
+++ b/community/lxrandr/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+pkgname=lxrandr
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Monitor configuration tool (part of LXDE)"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://lxde.org/"
+groups=('lxde')
+depends=('gtk2' 'xorg-server-utils')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ab2c7f6be7e4fe6d1a26e324d836453e')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ [ $NOEXTRACT -eq 1 ] || ./configure --sysconfdir=/etc --prefix=/usr || return 1
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}