# $Id: PKGBUILD 163767 2012-07-19 08:35:19Z heftig $ # Maintainer: Andreas Radke # Contributor: Michael Kanis pkgname=libchamplain pkgver=0.12.3 pkgrel=1 pkgdesc="Gtk3 widget for displaying rasterized maps" url="http://projects.gnome.org/libchamplain/" license=('LGPL') arch=('i686' 'x86_64') options=('!libtool') depends=('clutter-gtk' 'libsoup-gnome' 'cairo' 'sqlite') makedepends=('gobject-introspection' 'gtk-doc' 'vala') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --disable-static --disable-debug --enable-vala make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }