New package: libixion-0.11

This commit is contained in:
Jürgen Buchmüller 2016-02-29 10:52:42 +01:00
parent db32e744c1
commit ff15c7e87f
3 changed files with 25 additions and 0 deletions

View File

@ -2371,3 +2371,4 @@ libCbc.so.3 CoinMP-1.8.3_1
libOsiCommonTests.so.1 CoinMP-1.8.3_1
libCbcSolver.so.3 CoinMP-1.8.3_1
libmwaw-0.3.so.3 libmwaw-0.3.7_1
libixion-0.11.so.0 libixion-0.11.0_1

1
srcpkgs/libixion-devel Symbolic link
View File

@ -0,0 +1 @@
libixion

23
srcpkgs/libixion/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'libixion'
pkgname=libixion
version=0.11.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=97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293
libixion-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}