# Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=liborcus pkgver=0.19.1 pkgrel=1 pkgdesc="Library for processing spreadsheet documents" url="https://gitlab.com/orcus/orcus" arch="all" license="MPL-2.0" makedepends="boost-dev mdds-dev libixion-dev zlib-dev" subpackages="$pkgname-dev" source="https://kohei.us/files/orcus/src/liborcus-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --disable-python make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums=" 55ce057e5bf264817fe17fedaa9ea11b4e4c82b6af5b45e3a8bc6914b8eec455ed3011379faca92595981b3083ea8b1dd0c321e21710b85eca6d235a8007b4dc liborcus-0.19.1.tar.xz "