void-packages/srcpkgs/libixion11/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

28 lines
840 B
Bash

# Template file for 'libixion'
pkgname=libixion11
version=0.11.1
revision=5
wrksrc="${pkgname%11}-${version}"
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/libixion-${version}.tar.xz"
checksum=c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede
replaces="libixion10>=0 libixion<0.12.0"
post_extract() {
sed -i '/^LDFLAGS=/d' configure
}
libixion11-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}