[arch-commits] Commit in (4 files)

Balló György bgyorgy at nymeria.archlinux.org
Sun Sep 1 20:35:57 UTC 2013


    Date: Sunday, September 1, 2013 @ 22:35:56
  Author: bgyorgy
Revision: 96578

Move lxpolkit from unsupported as a part of LXDE

Added:
  lxpolkit/
  lxpolkit/repos/
  lxpolkit/trunk/
  lxpolkit/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: lxpolkit/trunk/PKGBUILD
===================================================================
--- lxpolkit/trunk/PKGBUILD	                        (rev 0)
+++ lxpolkit/trunk/PKGBUILD	2013-09-01 20:35:56 UTC (rev 96578)
@@ -0,0 +1,28 @@
+# $Id$
+# 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:


Property changes on: lxpolkit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list