mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=s6
|
||||
version=2.9.0.0
|
||||
version=2.9.0.1
|
||||
revision=1
|
||||
build_style=configure
|
||||
makedepends="execline-devel skalibs-devel"
|
||||
configure_args="--libdir=/usr/lib --bindir=/usr/bin
|
||||
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
||||
--with-lib=${XBPS_CROSS_BASE}/usr/lib
|
||||
--exec-prefix=/usr"
|
||||
makedepends="execline-devel skalibs-devel"
|
||||
short_desc="Small suite of programs for UNIX, designed to allow process supervision"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://skarnet.org/software/s6/"
|
||||
changelog="https://skarnet.org/software/s6/upgrade.html"
|
||||
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
|
||||
checksum=1cac59bf9ff7c011b189ae2def3c76b147c2c431b0a901029fcaf957a6d9a343
|
||||
checksum=e0cdbaf26e3ba1c41ecc0a8d1f45fb78194f96109b55cabeb849528b7e966c57
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;
|
||||
|
@ -28,14 +28,14 @@ post_install() {
|
|||
|
||||
s6-doc_package() {
|
||||
archs=noarch
|
||||
short_desc="s6 supervision documentation"
|
||||
short_desc="Documentation for s6"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
s6-devel_package() {
|
||||
short_desc="s6 supervision library and headers"
|
||||
short_desc="Library and headers for s6"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
|
|
Loading…
Add table
Reference in a new issue