parent
e28ecb3abc
commit
c2b67957e1
1 changed files with 8 additions and 12 deletions
|
@ -1,32 +1,28 @@
|
||||||
# Template file for '66'
|
# Template file for '66'
|
||||||
pkgname=66
|
pkgname=66
|
||||||
version=0.5.0.0
|
version=0.5.0.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="66-v${version}"
|
wrksrc="66-v${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
--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
|
||||||
--with-s6-log-timestamp=iso"
|
--with-s6-log-timestamp=iso
|
||||||
|
--with-s6-log-user=_s6log"
|
||||||
hostmakedepends="pkg-config lowdown"
|
hostmakedepends="pkg-config lowdown"
|
||||||
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel
|
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel
|
||||||
s6-rc-devel procps-ng-devel"
|
s6-rc-devel"
|
||||||
depends="s6-portable-utils"
|
|
||||||
short_desc="Small tools built around s6 and s6-rc programs"
|
short_desc="Small tools built around s6 and s6-rc programs"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://web.obarun.org/software/"
|
homepage="http://web.obarun.org/software/"
|
||||||
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
|
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
|
||||||
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
|
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
|
||||||
checksum=dd505d8d4355c33f4cdf79ad69b1fdc6aa9996cf9532116eea2e13ba7dac455a
|
checksum=d4fc4bf08c41db2c3513ea3b806dcc41f11b2ff85064a5e801fa6054c05d2e69
|
||||||
|
|
||||||
conf_files="/etc/66/init /etc/66/init.conf"
|
conf_files="/etc/66/init /etc/66/init.conf"
|
||||||
make_dirs="
|
|
||||||
/var/log/66 0755 root root
|
system_accounts="_s6log"
|
||||||
/var/lib/66 0755 root root
|
|
||||||
/usr/share/66/service 0755 root root
|
|
||||||
/etc/66/service 0755 root root
|
|
||||||
/etc/66/conf 0755 root root"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local i
|
local i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue