mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-11 07:12:56 +02:00
nsss: update to 0.1.0.1.
This commit is contained in:
parent
ea7f278758
commit
69308e1f62
1 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'nsss'
|
# Template file for 'nsss'
|
||||||
pkgname=nsss
|
pkgname=nsss
|
||||||
version=0.1.0.0
|
version=0.1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
# Only available for musl
|
# Only available for musl
|
||||||
archs="*-musl"
|
archs="*-musl"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
||||||
--with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
|
--with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
|
||||||
--bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss"
|
--bindir=/usr/bin --dynlibdir=/usr/lib --includedir=/usr/include/nsss
|
||||||
|
$(vopt_if static --enable-static-libc)"
|
||||||
makedepends="skalibs-devel"
|
makedepends="skalibs-devel"
|
||||||
short_desc="Minimal competing implementation of glibc's Name Switch Service"
|
short_desc="Minimal competing implementation of glibc's Name Switch Service"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
|
@ -15,7 +16,9 @@ license="ISC"
|
||||||
homepage="https://skarnet.org/software/nsss/"
|
homepage="https://skarnet.org/software/nsss/"
|
||||||
changelog="https://skarnet.org/software/nsss/upgrade.html"
|
changelog="https://skarnet.org/software/nsss/upgrade.html"
|
||||||
distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
|
distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
|
||||||
checksum=b88a389264a76893ef3ad9c086ea694f32b688ed22fb7480a2a172131c5f3d97
|
checksum=20c7b015eb31d0a263ffbe3a672b2ed0be173190dce25b41b9adb95341c851d9
|
||||||
|
|
||||||
|
build_options="static"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: #checkdepends=s6, creates dependency cycle
|
: #checkdepends=s6, creates dependency cycle
|
||||||
|
|
Loading…
Add table
Reference in a new issue