liborcus10: use mdds0; fix short_desc
This commit is contained in:
parent
cdd0379af3
commit
dc4a243b70
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'liborcus10'
|
||||
pkgname=liborcus10
|
||||
version=0.9.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname%10}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config python"
|
||||
makedepends="boost-devel mdds libixion10-devel python-devel zlib-devel"
|
||||
short_desc="Library for processing spreadsheet documents"
|
||||
makedepends="boost-devel mdds0 libixion10-devel python-devel zlib-devel"
|
||||
short_desc="Library for processing spreadsheet documents (0.10 ABI)"
|
||||
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=dd49f9f1b8ff8a648434dd5c8b4fe1081d1118d61d0a71d4effee8f32553199c
|
||||
conflicts="liborcus>=0"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
|
|
Loading…
Reference in a new issue