# $Id: PKGBUILD 216143 2014-07-01 17:34:29Z daniel $
# Maintainer: Daniel Isenmann <daniel@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=3
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=('68aafd1fae979cd7e8ded85f5e5ccd85')

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
}
