# $Id: PKGBUILD 215152 2014-06-14 19:16:59Z andyrtr $ # Maintainer: AndyRTR # Maintainer: Bartłomiej Piotrowski # Contributor: ponsfoot # Contributor: philacs pkgname=libvisio pkgver=0.1.0 pkgrel=1 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' 'icu' 'librevenge') makedepends=('boost' 'gperf' 'doxygen') source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) md5sums=('41e156acfd269dcaf99b37a1d979b746') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }