mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
New package: liborcus10-0.9.1
This commit is contained in:
parent
d3631d44d9
commit
efbf9059fc
5 changed files with 49 additions and 0 deletions
|
@ -2373,6 +2373,10 @@ libCbcSolver.so.3 CoinMP-1.8.3_1
|
||||||
libmwaw-0.3.so.3 libmwaw-0.3.7_1
|
libmwaw-0.3.so.3 libmwaw-0.3.7_1
|
||||||
libixion-0.10.so.0 libixion10-0.9.1_1
|
libixion-0.10.so.0 libixion10-0.9.1_1
|
||||||
libixion-0.11.so.0 libixion-0.11.0_1
|
libixion-0.11.so.0 libixion-0.11.0_1
|
||||||
|
liborcus-spreadsheet-model-0.10.so.0 liborcus10-0.9.2_1
|
||||||
|
liborcus-parser-0.10.so.0 liborcus10-0.9.2_1
|
||||||
|
liborcus-mso-0.10.so.0 liborcus10-0.9.2_1
|
||||||
|
liborcus-0.10.so.0 liborcus10-0.9.2_1
|
||||||
liborcus-parser-0.11.so.0 liborcus-0.0.20160214_1
|
liborcus-parser-0.11.so.0 liborcus-0.0.20160214_1
|
||||||
liborcus-mso-0.11.so.0 liborcus-0.0.20160214_1
|
liborcus-mso-0.11.so.0 liborcus-0.0.20160214_1
|
||||||
liborcus-0.11.so.0 liborcus-0.0.20160214_1
|
liborcus-0.11.so.0 liborcus-0.0.20160214_1
|
||||||
|
|
1
srcpkgs/liborcus10-devel
Symbolic link
1
srcpkgs/liborcus10-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
liborcus10
|
13
srcpkgs/liborcus10/patches/fix-mdds-1.0.patch
Normal file
13
srcpkgs/liborcus10/patches/fix-mdds-1.0.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Fix check for with mdds-1.0
|
||||||
|
|
||||||
|
--- configure.ac 2015-06-10 02:20:57.000000000 +0200
|
||||||
|
+++ configure.ac 2016-02-29 12:39:56.360456400 +0100
|
||||||
|
@@ -182,7 +182,7 @@
|
||||||
|
# ============
|
||||||
|
# mdds support
|
||||||
|
# ============
|
||||||
|
-PKG_CHECK_MODULES([MDDS],[mdds >= 0.11.0])
|
||||||
|
+PKG_CHECK_MODULES([MDDS],[mdds-1.0 >= 0.11.0])
|
||||||
|
CXXFLAGS="$CXXFLAGS -DMDDS_HASH_CONTAINER_BOOST $MDDS_CFLAGS"
|
||||||
|
|
||||||
|
# =================
|
29
srcpkgs/liborcus10/template
Normal file
29
srcpkgs/liborcus10/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'liborcus10'
|
||||||
|
pkgname=liborcus10
|
||||||
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
|
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"
|
||||||
|
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
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -if
|
||||||
|
}
|
||||||
|
|
||||||
|
liborcus10-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/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
2
srcpkgs/liborcus10/update
Normal file
2
srcpkgs/liborcus10/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://gitlab.com/orcus/orcus
|
||||||
|
pkgname=liborcus
|
Loading…
Add table
Reference in a new issue