mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libixion: update to 0.19.0.
This commit is contained in:
parent
62281ca96a
commit
502d0f7279
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libixion'
|
# Template file for 'libixion'
|
||||||
pkgname=libixion
|
pkgname=libixion
|
||||||
version=0.18.1
|
version=0.19.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="boost-devel fmt-devel mdds python3-devel spdlog"
|
makedepends="boost-devel fmt-devel mdds python3-devel spdlog"
|
||||||
|
@ -9,9 +9,10 @@ short_desc="General purpose formula parser and interpreter"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://gitlab.com/ixion/ixion/"
|
homepage="https://gitlab.com/ixion/ixion/"
|
||||||
distfiles="http://kohei.us/files/ixion/src/${pkgname}-${version}.tar.xz"
|
changelog="https://gitlab.com/ixion/ixion/-/raw/master/CHANGELOG"
|
||||||
|
distfiles="http://kohei.us/files/ixion/src/libixion-${version}.tar.xz"
|
||||||
# distfiles="${DEBIAN_SITE}/main/libi/libixion/libixion_${version}.orig.tar.gz"
|
# distfiles="${DEBIAN_SITE}/main/libi/libixion/libixion_${version}.orig.tar.gz"
|
||||||
checksum=ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1
|
checksum=b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
|
||||||
replaces="libixion11>=0"
|
replaces="libixion11>=0"
|
||||||
|
|
||||||
libixion-devel_package() {
|
libixion-devel_package() {
|
||||||
|
@ -19,7 +20,7 @@ libixion-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue