s6-portable-utils: update to 2.2.3.2.
This commit is contained in:
parent
b39417a4f5
commit
5f7c617be9
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 's6-portable-utils'
|
||||
pkgname=s6-portable-utils
|
||||
version=2.2.3.1
|
||||
version=2.2.3.2
|
||||
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"
|
||||
--with-lib=${XBPS_CROSS_BASE}/usr/lib
|
||||
$(vopt_if static --enable-static-libc)"
|
||||
makedepends="skalibs-devel"
|
||||
short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
|
@ -13,7 +14,9 @@ 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=43e68a9abec873b337baeee92075a1c2e22cdfffd595cb91475fdcb10b6441cf
|
||||
checksum=6627a2d3ea263539e83512a36f10a587fa0dd5e899bc3612187e9e3b9faf769c
|
||||
|
||||
build_options="static"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue