void-packages/srcpkgs/liborcus/template
Juergen Buchmueller 027563ea17 libixion11+liborcus11: temporary packages
In order to solve the problem that libreoffice-5.2.0.4 is not yet
ready for liborcus-0.12.0, yet libixion and liborcus were updated
to 0.12.0, keep the previous libraries as libixion11 and liborcus11.

I hope that replacing libixion<0.12.0 with libixion11 and
liborcus<0.12.0 with liborucs11 works as I expect it.
2016-08-22 11:32:44 +02:00

29 lines
850 B
Bash

# Template file for 'liborcus'
pkgname=liborcus
version=0.12.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config python3.4"
makedepends="boost-devel mdds libixion-devel python3.4-devel zlib-devel"
short_desc="Library for processing spreadsheet documents"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="MPL-2.0"
homepage="https://gitlab.com/orcus/orcus"
distfiles="http://kohei.us/files/orcus/src/liborcus-${version}.tar.xz"
checksum=a0b904c4c501a4428cacf1178b2a0c4c8dc89fcade8d0310f4826a32495750df
pre_configure() {
autoreconf -if
}
liborcus-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/*.a
vmove usr/lib/python3.4/site-packages/*.a
vmove usr/lib/pkgconfig
}
}