execline: update to 2.6.1.1, remove noarch.
Update for nsss headers location.
This commit is contained in:
parent
f6b7f6719c
commit
cef9579baf
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'execline'
|
# Template file for 'execline'
|
||||||
pkgname=execline
|
pkgname=execline
|
||||||
version=2.6.1.0
|
version=2.6.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--libdir=/usr/lib --bindir=/usr/bin
|
configure_args="--libdir=/usr/lib --bindir=/usr/bin
|
||||||
|
@ -13,7 +13,7 @@ license="ISC"
|
||||||
homepage="https://skarnet.org/software/execline/"
|
homepage="https://skarnet.org/software/execline/"
|
||||||
changelog="https://skarnet.org/software/execline/upgrade.html"
|
changelog="https://skarnet.org/software/execline/upgrade.html"
|
||||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a24c76f097ff44fe50b63b89bcde5d6ba9a481aecddbe88ee01b0e5a7b314556
|
checksum=394308f0349f962086a9695ca2bb5ef32cd38e5be6b7cec0b3d0cf35a2b2ba56
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
|
|
||||||
|
@ -25,7 +25,10 @@ if [ "$build_option_static" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -35,7 +38,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
execline-doc_package() {
|
execline-doc_package() {
|
||||||
archs=noarch
|
|
||||||
short_desc+=" - Documentation"
|
short_desc+=" - Documentation"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue