[arch-commits] Commit in (3 files)

Ionut Biru ibiru at archlinux.org
Sat Sep 3 20:20:12 UTC 2011


    Date: Saturday, September 3, 2011 @ 16:20:12
  Author: ibiru
Revision: 136954

initial upload

Added:
  gnome-contacts/
  gnome-contacts/trunk/
  gnome-contacts/trunk/PKGBUILD

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

Added: gnome-contacts/trunk/PKGBUILD
===================================================================
--- gnome-contacts/trunk/PKGBUILD	                        (rev 0)
+++ gnome-contacts/trunk/PKGBUILD	2011-09-03 20:20:12 UTC (rev 136954)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gnome-contacts
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify')
+makedepends=('intltool' 'vala')
+install=
+source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('3de2987af8bad5dce9d165bc07be1080ef2922f68ab0f93157c28fb7ad9af778')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: gnome-contacts/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list