mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
s6: update to 2.9.0.1.
This commit is contained in:
parent
b20c930417
commit
65092aad31
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 's6'
|
# Template file for 's6'
|
||||||
pkgname=s6
|
pkgname=s6
|
||||||
version=2.9.0.0
|
version=2.9.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="execline-devel skalibs-devel"
|
|
||||||
configure_args="--libdir=/usr/lib --bindir=/usr/bin
|
configure_args="--libdir=/usr/lib --bindir=/usr/bin
|
||||||
--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
|
||||||
--exec-prefix=/usr"
|
--exec-prefix=/usr"
|
||||||
|
makedepends="execline-devel skalibs-devel"
|
||||||
short_desc="Small suite of programs for UNIX, designed to allow process supervision"
|
short_desc="Small suite of programs for UNIX, designed to allow process supervision"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://skarnet.org/software/s6/"
|
homepage="http://skarnet.org/software/s6/"
|
||||||
changelog="https://skarnet.org/software/s6/upgrade.html"
|
changelog="https://skarnet.org/software/s6/upgrade.html"
|
||||||
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
|
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
|
||||||
checksum=1cac59bf9ff7c011b189ae2def3c76b147c2c431b0a901029fcaf957a6d9a343
|
checksum=e0cdbaf26e3ba1c41ecc0a8d1f45fb78194f96109b55cabeb849528b7e966c57
|
||||||
|
|
||||||
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" ;;
|
||||||
|
@ -28,14 +28,14 @@ post_install() {
|
||||||
|
|
||||||
s6-doc_package() {
|
s6-doc_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
short_desc="s6 supervision documentation"
|
short_desc="Documentation for s6"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
s6-devel_package() {
|
s6-devel_package() {
|
||||||
short_desc="s6 supervision library and headers"
|
short_desc="Library and headers for s6"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
|
|
Loading…
Add table
Reference in a new issue