mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
skalibs: update to 2.6.0.2.
This commit is contained in:
parent
3f6feb8b91
commit
098e1f3ea7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'skalibs'
|
# Template file for 'skalibs'
|
||||||
pkgname=skalibs
|
pkgname=skalibs
|
||||||
version=2.6.0.1
|
version=2.6.0.2
|
||||||
revision=1
|
revision=1
|
||||||
_sysdepspkg=skaware-void-sysdeps
|
_sysdepspkg=skaware-void-sysdeps
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,13 +11,13 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://skarnet.org/software/skalibs/"
|
homepage="http://skarnet.org/software/skalibs/"
|
||||||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b11f515d29768497d648c7ae87e26f7441395a056ebbe3fe89596fe6454a557a
|
checksum=349b02d925c795e81c9b2f59f5f281f34c0a5477e22b09cfc7c566194923492e
|
||||||
|
|
||||||
CFLAGS="-D_DEFAULT_SOURCE"
|
CFLAGS="-D_DEFAULT_SOURCE"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
|
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
|
||||||
checksum+=" 0ca6c5df2c0a2c276c2adaf01a387ffe1526acbcabaf67e46bfb494b4488c590"
|
checksum+=" bbcf70cadd27bbd8275b663f16304b16b205ead9f7dca04975c8fbe8bc210a7e"
|
||||||
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
|
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue