# $Id: PKGBUILD 97061 2010-10-26 09:12:29Z ibiru $ # Maintainer: Ionut Biru pkgname=folks pkgver=0.2.1 pkgrel=1 pkgdesc="Library to aggregates people into metacontacts " arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Folks" license=('LGPL2.1') depends=('telepathy-glib>=0.12.1' 'libgee>=0.6.0' 'libxml2>=2.7.7') makedepends=('gobject-introspection' 'vala') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2) sha256sums=('f8eeeb6a6974416d4db1ab6b18187173fb6ff4ec7830bece379dfba9b25f2a29') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: