66: update to 0.3.0.1.

This commit is contained in:
mobinmob 2020-05-01 12:31:47 +03:00 committed by Helmut Pozimski
parent c99747cd3b
commit 1acde73703

View file

@ -1,12 +1,13 @@
# Template file for '66'
pkgname=66
version=0.2.5.2
revision=2
version=0.3.0.1
revision=1
wrksrc="66-v${version}"
build_style=configure
configure_args="--prefix=/usr
--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"
hostmakedepends="pkg-config scdoc"
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel
s6-rc-devel procps-ng-devel"
@ -15,9 +16,9 @@ short_desc="Small tools built around s6 and s6-rc programs"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="http://web.obarun.org/software/"
changelog="https://framagit.org/Obarun/66/raw/master/NEWS"
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
checksum=a097e96b4a7470aac33168920789e0061d1c15e462a469ffc680d5938a1e4462
checksum=65f88882ff7bdd6c3e87782149c2878f2969e4be015e9a086cd5f58e4cd591ab
conf_files="/etc/66/init /etc/66/init.conf"
make_dirs="
@ -27,7 +28,6 @@ make_dirs="
/etc/66/service 0755 root root
/etc/66/conf 0755 root root"
pre_build() {
make man
}
@ -38,7 +38,7 @@ post_install() {
for i in doc/html/*.html ; do
vdoc $i
done
vdoc README
vdoc README.md
for i in doc/man/*.{1,5,8} ; do
vman $i
done