# $Id: PKGBUILD 108155 2011-01-30 12:17:51Z ibiru $ # Maintainer : Ionut Biru # Contributor: Sergej Pupykin pkgname=libgee pkgver=0.6.1 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" license=('LGPL2.1') arch=('i686' 'x86_64' 'mips64el') depends=('glib2>=2.26') makedepends=('gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.bz2) sha256sums=('e6220f321b53f7732e0b45db7b8f29088cf4892e798b9b9a02bed16938030121') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static make make DESTDIR="${pkgdir}" install }