mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
66: update to 0.4.0.1
This commit is contained in:
parent
5a8f4e41b3
commit
1cd0eeedb1
2 changed files with 7 additions and 8 deletions
3
srcpkgs/66/INSTALL.msg
Normal file
3
srcpkgs/66/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
66 v0.0.4.0 + requires an extra key (@version) in the service frontend files in order to work.
|
||||||
|
|
||||||
|
https://framagit.org/Obarun/66/-/blob/master/NEWS.md#in-0400
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for '66'
|
# Template file for '66'
|
||||||
pkgname=66
|
pkgname=66
|
||||||
version=0.3.0.3
|
version=0.4.0.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="66-v${version}"
|
wrksrc="66-v${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -8,7 +8,7 @@ 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"
|
||||||
hostmakedepends="pkg-config scdoc"
|
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 procps-ng-devel"
|
||||||
depends="s6-portable-utils"
|
depends="s6-portable-utils"
|
||||||
|
@ -18,7 +18,7 @@ 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=3ea126721cb29ee8623de927c688de418efe1d6ff737c32fb701048c2380c62b
|
checksum=c8d9ed887e0ae1f6cb39159c8d5a4bb5eceaa4bacdbf32575848e92e262955c3
|
||||||
|
|
||||||
conf_files="/etc/66/init /etc/66/init.conf"
|
conf_files="/etc/66/init /etc/66/init.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -28,10 +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() {
|
|
||||||
make man
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local i
|
local i
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -39,7 +35,7 @@ post_install() {
|
||||||
vdoc $i
|
vdoc $i
|
||||||
done
|
done
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
for i in doc/man/*.{1,5,8} ; do
|
for i in doc/man/man{1,5,8}/* ; do
|
||||||
vman $i
|
vman $i
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue