s6-rc: add missing dependencies
This commit is contained in:
parent
a3a12fb51f
commit
bc43c91912
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 's6-rc'
|
||||
pkgname=s6-rc
|
||||
version=0.5.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
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"
|
||||
makedepends="execline-devel skalibs-devel s6-devel"
|
||||
depends="s6>=s6-2.8.0.0_1 execline>=2.5.1.0_1"
|
||||
short_desc="Service manager of the s6 init system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="https://skarnet.org/software/${pkgname}/"
|
||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue