From 8542799dfbbcf72ab1ec652252c65d6db6119a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 30 Sep 2020 00:11:06 -0300 Subject: [PATCH] s6-linux-utils: update to 2.5.1.3, remove noarch. Update for nsss headers location. --- srcpkgs/s6-linux-utils/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template index 224125b111..9e4cf9d4ff 100644 --- a/srcpkgs/s6-linux-utils/template +++ b/srcpkgs/s6-linux-utils/template @@ -1,6 +1,6 @@ # Template file for 's6-linux-utils' pkgname=s6-linux-utils -version=2.5.1.2 +version=2.5.1.3 revision=1 build_style=configure configure_args="--libdir=/usr/lib --includedir=/usr/include @@ -10,13 +10,16 @@ makedepends="skalibs-devel" short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)" maintainer="mobinmob " license="ISC" -homepage="https://skarnet.org/software/${pkgname}/" +homepage="https://skarnet.org/software/s6-linux-utils" changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html" -distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=06f97b84e78abcc952d108c0bab28831676062fe6f34cf7eeab32c8f93ae9270 +distfiles="${homepage}/${pkgname}-${version}.tar.gz" +checksum=4471511c9ce995c5ac61e0714def5a05fcabe730ef0bb93a42b12ad5bf007b71 case "$XBPS_TARGET_MACHINE" in - *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; + *-musl) + makedepends+=" nsss-devel" + configure_args+=" --enable-nsss --with-include=${XBPS_CROSS_BASE}/usr/include/nsss" + ;; esac post_install() { @@ -26,7 +29,6 @@ post_install() { } s6-linux-utils-doc_package() { - archs=noarch short_desc+=" - documentation" depends="${sourcepkg}>=${version}_${revision}" pkg_install() {