s6-portable-utils: update to 2.3.0.0.
This commit is contained in:
parent
8bde25d533
commit
90330813f9
1 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 's6-portable-utils'
|
||||
pkgname=s6-portable-utils
|
||||
version=2.2.5.0
|
||||
version=2.3.0.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
|
||||
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
||||
--with-lib=${XBPS_CROSS_BASE}/usr/lib
|
||||
$(vopt_if static --enable-static-libc)"
|
||||
$(vopt_if static '--enable-static-libc')
|
||||
$(vopt_if multicall '--enable-multicall')"
|
||||
makedepends="skalibs-devel"
|
||||
short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
|
@ -14,9 +15,11 @@ license="ISC"
|
|||
homepage="https://skarnet.org/software/s6-portable-utils/"
|
||||
changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
|
||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ebb39f8934fd36f25d31352e61bbd94dc02b1e9f04411850d2fd9658bd916e36
|
||||
checksum=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005
|
||||
|
||||
build_options="static"
|
||||
build_options="static multicall"
|
||||
desc_option_static="Build static binaries"
|
||||
desc_option_multicall="Build single multicall binary instead of a binary per utility"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue