# Maintainer: Connor Behan # Contributor: Andreas B. Wagner # Contributor: arjan # Contributor: Tom Newsom # Contributor: SpepS pkgname=gtkglarea pkgver=2.1.0 pkgrel=1 pkgdesc="GTK/GL Area libraries" arch=('i686' 'x86_64') url="http://mono-project.com/GtkGLArea" license=('GPL') depends=('gtk2' 'glu') source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz") md5sums=('60d4470107d4faa9fc916c9a0d05bb9f') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }