mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
libixion: update to 0.20.0.
This commit is contained in:
parent
fa199d89ca
commit
0735f34d84
2 changed files with 11 additions and 8 deletions
|
@ -2699,7 +2699,7 @@ libCgl.so.1 CoinMP-1.8.3_1
|
|||
libCbc.so.3 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.18.so.0 libixion-0.18.1_1
|
||||
libixion-0.20.so.0 libixion-0.20.0_1
|
||||
liborcus-parser-0.18.so.0 liborcus-0.18.1_1
|
||||
liborcus-mso-0.18.so.0 liborcus-0.18.1_1
|
||||
liborcus-0.18.so.0 liborcus-0.18.1_1
|
||||
|
|
|
@ -1,22 +1,25 @@
|
|||
# Template file for 'libixion'
|
||||
pkgname=libixion
|
||||
version=0.19.0
|
||||
revision=3
|
||||
version=0.20.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3"
|
||||
hostmakedepends="pkg-config python3 automake libtool"
|
||||
makedepends="boost-devel-minimal libboost_program_options libboost_filesystem
|
||||
libboost_system
|
||||
fmt-devel mdds python3-devel spdlog"
|
||||
libboost_system mdds python3-devel"
|
||||
short_desc="General purpose formula parser and interpreter"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://gitlab.com/ixion/ixion/"
|
||||
changelog="https://gitlab.com/ixion/ixion/-/raw/master/CHANGELOG"
|
||||
distfiles="http://kohei.us/files/ixion/src/libixion-${version}.tar.xz"
|
||||
distfiles="https://gitlab.com/ixion/ixion/-/archive/${version}/ixion-${version}.tar.gz"
|
||||
# distfiles="${DEBIAN_SITE}/main/libi/libixion/libixion_${version}.orig.tar.gz"
|
||||
checksum=b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
|
||||
checksum=4a6c2c480ad40b706ecf459dfca03f39351e12b48911c7c4803b75c823a1bcb1
|
||||
replaces="libixion11>=0"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libixion-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue