[arch-commits] Commit in (5 files)

Jan de Groot jgc at archlinux.org
Tue Aug 11 14:22:39 UTC 2009


    Date: Tuesday, August 11, 2009 @ 10:22:39
  Author: jgc
Revision: 49521

Add new package: polkit. This one will replace policykit when everything is ported.

Added:
  polkit/
  polkit/gnome-unstable/
  polkit/gnome-unstable/PKGBUILD
  polkit/repos/
  polkit/trunk/

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

Added: polkit/gnome-unstable/PKGBUILD
===================================================================
--- polkit/gnome-unstable/PKGBUILD	                        (rev 0)
+++ polkit/gnome-unstable/PKGBUILD	2009-08-11 14:22:39 UTC (rev 49521)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=polkit
+pkgver=0.93
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide privileges"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/Policykit"
+depends=('glib2>=2.21.4' 'eggdbus' 'pam')
+makedepends=('intltool' 'gtk-doc')
+options=('!libtool')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+      --disable-static --enable-gtk-doc || return 1
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}




More information about the arch-commits mailing list