mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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'
|
# Template file for 's6-rc'
|
||||||
pkgname=s6-rc
|
pkgname=s6-rc
|
||||||
version=0.5.0.0
|
version=0.5.0.0
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
makedepends="execline-devel skalibs-devel s6-devel"
|
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"
|
short_desc="Service manager of the s6 init system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://skarnet.org/software/${pkgname}/"
|
homepage="https://skarnet.org/software/${pkgname}/"
|
||||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue