summaryrefslogtreecommitdiff
path: root/extra/libvisio/PKGBUILD
blob: 8e1678d3804bb33180a989b0d90f8d0269a11fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 204534 2014-01-22 11:23:30Z bpiotrowski $
# Maintainer:  Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
# 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
}