# $Id: PKGBUILD 150834 2012-02-23 12:20:03Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=gkeyfile-sharp
pkgver=0.1
_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
_git=662c5c1
pkgrel=2
pkgdesc="Mono bindings for GLib’s GKeyFile"
arch=('any')
url="http://github.com/mono/gkeyfile-sharp"
license=('LGPL')
depends=('gtk-sharp-2')
source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
md5sums=('cf2467dde223454d7eda0a8406518458')

build() {
  cd "$srcdir/mono-$pkgname-$_git"

  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
}

package() {
  cd "$srcdir/mono-$pkgname-$_git"

  make DESTDIR="$pkgdir/" install
}
