mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=libixion
|
||||
version=0.18.1
|
||||
revision=2
|
||||
version=0.19.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3"
|
||||
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>"
|
||||
license="MPL-2.0"
|
||||
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"
|
||||
checksum=ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1
|
||||
checksum=b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
|
||||
replaces="libixion11>=0"
|
||||
|
||||
libixion-devel_package() {
|
||||
|
@ -19,7 +20,7 @@ libixion-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue