s6-linux-utils: update to 2.5.1.3, remove noarch.
Update for nsss headers location.
This commit is contained in:
parent
6e35f5cd03
commit
8542799dfb
@ -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 <mobinmob@disroot.org>"
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user