# Contributor: Giuseppe CalĂ  # Maintainer: Bruce Liu pkgname=libgee pkgver=0.18.0 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" license=('LGPL2.1') arch=('i686' 'x86_64') depends=('glib2') makedepends=('gobject-introspection' 'vala') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-static make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }