# $Id: PKGBUILD 150851 2012-02-23 12:46:33Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=gtk-sharp-beans
pkgver=2.14.0
_pkgver=2.14.0-0-ga2ff3c5
_git=19023b6
pkgrel=2
pkgdesc="Gtk Sharp Beans aims to fill the gap between the current Gtk sharp packages state and all the blings and desktop integration stuffs"
arch=('any')
url="https://github.com/mono/gtk-sharp-beans"
license=('LGPL')
depends=('gio-sharp')
source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gtk-sharp-beans/zipball/${pkgver})
options=(!makeflags)
md5sums=('f455424d5569608e8199e23cfc14bed8')

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
}
