[arch-commits] Commit in (4 files)

Ionut Biru ibiru at archlinux.org
Sat Feb 26 17:13:59 UTC 2011


    Date: Saturday, February 26, 2011 @ 12:13:58
  Author: ibiru
Revision: 111425

new package

Added:
  accountsservice/
  accountsservice/repos/
  accountsservice/trunk/
  accountsservice/trunk/PKGBUILD

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

Added: accountsservice/trunk/PKGBUILD
===================================================================
--- accountsservice/trunk/PKGBUILD	                        (rev 0)
+++ accountsservice/trunk/PKGBUILD	2011-02-26 17:13:58 UTC (rev 111425)
@@ -0,0 +1,30 @@
+# $id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=accountsservice
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+arch=(i686 x86_64)
+url="http://cgit.freedesktop.org/accountsservice/"
+license=('GPL3')
+depends=('dbus-glib' 'polkit')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('274d9167bca65b3f3abfdd5702f6e4fc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr --libexecdir=/usr/lib/accountsservice \
+    --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: accountsservice/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list