mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
s6-rc: update to 0.5.2.2.
This commit is contained in:
parent
c85e6b8100
commit
54d61536af
1 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 's6-rc'
|
# Template file for 's6-rc'
|
||||||
pkgname=s6-rc
|
pkgname=s6-rc
|
||||||
version=0.5.2.1
|
version=0.5.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
|
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
|
||||||
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
--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="execline-devel skalibs-devel s6-devel"
|
makedepends="execline-devel skalibs-devel s6-devel"
|
||||||
depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1"
|
depends="s6>=2.9.0.0_1 execline>=2.5.2.0_1"
|
||||||
short_desc="Service manager of the s6 init system"
|
short_desc="Service manager of the s6 init system"
|
||||||
|
@ -14,7 +15,9 @@ license="ISC"
|
||||||
homepage="https://skarnet.org/software/s6-rc/"
|
homepage="https://skarnet.org/software/s6-rc/"
|
||||||
changelog="https://skarnet.org/software/s6-rc/upgrade.html"
|
changelog="https://skarnet.org/software/s6-rc/upgrade.html"
|
||||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2842fa55e2bddb65573d78d2c475c4a2f2b26b9258a18b457f8a0342e2fafa0a
|
checksum=2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89
|
||||||
|
|
||||||
|
build_options="static"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue