void-packages/srcpkgs/s6/template
2017-08-29 09:55:14 +00:00

36 lines
977 B
Bash

# Template file for 's6'
pkgname=s6
version=2.6.1.0
revision=1
build_style=gnu-configure
makedepends="execline-devel skalibs-devel"
configure_args="--libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib"
short_desc="Small suite of programs for UNIX, designed to allow process supervision"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="http://skarnet.org/software/s6/"
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
checksum=f0de303791134302f2630b9fe76a936b064e1e3aa772c8ae1b891155a6ea2c79
post_install() {
vlicense COPYING
vdoc README
vcopy "doc/*" usr/share/doc/${pkgname}
}
s6-doc_package() {
noarch=yes
short_desc="s6 supervision documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
}
s6-devel_package() {
short_desc="s6 supervision library and headers"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
}
}