027563ea17
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.
26 lines
763 B
Bash
26 lines
763 B
Bash
# Template file for 'libixion'
|
|
pkgname=libixion
|
|
version=0.12.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config python3.4"
|
|
makedepends="boost-devel mdds python3.4-devel"
|
|
short_desc="General purpose formula parser and interpreter"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="MPL-2.0"
|
|
homepage="https://gitlab.com/ixion/ixion/"
|
|
distfiles="http://kohei.us/files/ixion/src/${pkgname}-${version}.tar.xz"
|
|
checksum=055b7b9e31663f0acb7f249d68ca08e480f8f5d43ef5e4bd57b2fb04242307b0
|
|
|
|
post_extract() {
|
|
sed -i '/^LDFLAGS=/d' configure
|
|
}
|
|
libixion-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|