mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
66-tools: update to 0.0.5.1.
This commit is contained in:
parent
70bb9a2d63
commit
bf54191da2
1 changed files with 7 additions and 16 deletions
|
@ -1,33 +1,24 @@
|
||||||
# Template file for '66-tools'
|
# Template file for '66-tools'
|
||||||
pkgname=66-tools
|
pkgname=66-tools
|
||||||
version=0.0.4.0
|
version=0.0.5.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=${pkgname}-v${version}
|
wrksrc=${pkgname}-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"
|
||||||
hostmakedepends="pkg-config scdoc"
|
hostmakedepends="pkg-config lowdown"
|
||||||
makedepends="oblibs-devel execline-devel skalibs-devel"
|
makedepends="oblibs-devel execline-devel skalibs-devel"
|
||||||
short_desc="Small tools and helpers for service scripts execution"
|
short_desc="Small tools and helpers for service scripts execution"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://web.obarun.org/software/index.html"
|
homepage="http://web.obarun.org/software/index.html"
|
||||||
|
changelog="https://framagit.org/Obarun/66-tools/-/raw/master/NEWS.md"
|
||||||
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
|
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
|
||||||
checksum=e0ca477626ca69d44120965015cbdaf369afde995a0c5d8748b5d818e82cfbd1
|
checksum=df562211f10f749e7857dd9eedc369b119e496ab3c2918ac65aba08b8716473f
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
make man
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local i
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
for i in doc/html/*.html ; do
|
make DESTDIR=${DESTDIR} install-html
|
||||||
vdoc $i
|
make DESTDIR=${DESTDIR} install-man
|
||||||
done
|
|
||||||
vdoc README
|
|
||||||
for i in doc/man/*.{1,5} ; do
|
|
||||||
vman $i
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue