libxo: update to 1.4.0.
This commit is contained in:
parent
65f0419d54
commit
912d07359b
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxo'
|
# Template file for 'libxo'
|
||||||
pkgname=libxo
|
pkgname=libxo
|
||||||
version=1.3.1
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -9,7 +9,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://juniper.github.io/libxo/libxo-manual.html"
|
homepage="https://juniper.github.io/libxo/libxo-manual.html"
|
||||||
distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
|
distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
|
||||||
checksum=f7284d3196fba933efb0587fe680f88fdba1c0076d43f7791cc747af165f899f
|
checksum=aa842d9374bc0c640d9526abdeb6f1dc75c1a14e892eafd3c9e0ee2e8dfc1c43
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
*-musl)
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense Copyright
|
vlicense Copyright
|
||||||
|
|
Loading…
Reference in a new issue