# $Id: PKGBUILD 204534 2014-01-22 11:23:30Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: ponsfoot # Contributor: philacs pkgname=libvisio pkgver=0.0.31 pkgrel=2 pkgdesc='Library providing ability to interpret and import visio diagrams' arch=('i686' 'x86_64') url='http://www.freedesktop.org/wiki/Software/libvisio' license=('LGPL') depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu') makedepends=('boost') source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) md5sums=('12ceec054cdec55b4dc9fc931507d1cd') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }