execline: update to 2.6.1.1, remove noarch.

Update for nsss headers location.
This commit is contained in:
Érico Rolim 2020-09-30 00:11:05 -03:00 committed by Érico Nogueira Rolim
parent f6b7f6719c
commit cef9579baf

View file

@ -1,6 +1,6 @@
# Template file for 'execline'
pkgname=execline
version=2.6.1.0
version=2.6.1.1
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
@ -13,7 +13,7 @@ license="ISC"
homepage="https://skarnet.org/software/execline/"
changelog="https://skarnet.org/software/execline/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a24c76f097ff44fe50b63b89bcde5d6ba9a481aecddbe88ee01b0e5a7b314556
checksum=394308f0349f962086a9695ca2bb5ef32cd38e5be6b7cec0b3d0cf35a2b2ba56
CFLAGS="-fPIC"
@ -25,7 +25,10 @@ if [ "$build_option_static" ]; then
fi
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() {
@ -35,7 +38,6 @@ post_install() {
}
execline-doc_package() {
archs=noarch
short_desc+=" - Documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {