summaryrefslogtreecommitdiff
path: root/community/lxpolkit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
committerroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
commit53939c2b159d972c48fc2f3652408632c71be77b (patch)
tree90dca84534ff78fd300c057a32354115e2818714 /community/lxpolkit
parentbf1faf85b813a0171c73fa31db1c5a5110d32420 (diff)
Mon Sep 2 02:09:45 PDT 2013
Diffstat (limited to 'community/lxpolkit')
-rw-r--r--community/lxpolkit/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/lxpolkit/PKGBUILD b/community/lxpolkit/PKGBUILD
new file mode 100644
index 000000000..2455ab0be
--- /dev/null
+++ b/community/lxpolkit/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 96579 2013-09-01 20:36:18Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=lxpolkit
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Simple policykit authentication agent for LXDE"
+arch=('i686' 'x86_64')
+url="http://blog.lxde.org/?p=674"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'polkit')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('2597b00035fe1d695219e0f9bfa8c26f')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: