66: update to 0.3.0.1.
This commit is contained in:
parent
c99747cd3b
commit
1acde73703
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for '66'
|
# Template file for '66'
|
||||||
pkgname=66
|
pkgname=66
|
||||||
version=0.2.5.2
|
version=0.3.0.1
|
||||||
revision=2
|
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"
|
||||||
hostmakedepends="pkg-config scdoc"
|
hostmakedepends="pkg-config scdoc"
|
||||||
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 procps-ng-devel"
|
||||||
|
@ -15,9 +16,9 @@ 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"
|
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=a097e96b4a7470aac33168920789e0061d1c15e462a469ffc680d5938a1e4462
|
checksum=65f88882ff7bdd6c3e87782149c2878f2969e4be015e9a086cd5f58e4cd591ab
|
||||||
|
|
||||||
conf_files="/etc/66/init /etc/66/init.conf"
|
conf_files="/etc/66/init /etc/66/init.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -27,7 +28,6 @@ make_dirs="
|
||||||
/etc/66/service 0755 root root
|
/etc/66/service 0755 root root
|
||||||
/etc/66/conf 0755 root root"
|
/etc/66/conf 0755 root root"
|
||||||
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make man
|
make man
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ post_install() {
|
||||||
for i in doc/html/*.html ; do
|
for i in doc/html/*.html ; do
|
||||||
vdoc $i
|
vdoc $i
|
||||||
done
|
done
|
||||||
vdoc README
|
vdoc README.md
|
||||||
for i in doc/man/*.{1,5,8} ; do
|
for i in doc/man/*.{1,5,8} ; do
|
||||||
vman $i
|
vman $i
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue