pkgname=libvisio pkgver=0.1.1 pkgrel=1 pkgdesc="Library for importing Visio(tm) documents" arch=('x86_64') url="http://www.freedesktop.org/wiki/Software/libvisio" license=('LGPL') depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') makedepends=('boost' 'gperf' 'doxygen' 'cppunit') source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install }