From 6dee0a203a8290427ca77705bc1cae90381529b2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Sep 2011 23:14:34 +0000 Subject: Sun Sep 4 23:14:34 UTC 2011 --- gnome-unstable/gnome-contacts/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 gnome-unstable/gnome-contacts/PKGBUILD (limited to 'gnome-unstable/gnome-contacts') diff --git a/gnome-unstable/gnome-contacts/PKGBUILD b/gnome-unstable/gnome-contacts/PKGBUILD new file mode 100644 index 000000000..81aae1ef1 --- /dev/null +++ b/gnome-unstable/gnome-contacts/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 136955 2011-09-03 20:21:17Z ibiru $ +# Maintainer: Ionut Biru +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: -- cgit v1.2.3-54-g00ecf