mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
parent
f2d664a527
commit
62be281c26
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for '66-tools'
|
# Template file for '66-tools'
|
||||||
pkgname=66-tools
|
pkgname=66-tools
|
||||||
version=0.0.6.1
|
version=0.0.6.2
|
||||||
revision=1
|
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"
|
||||||
|
make_install_target="install install-man install-html"
|
||||||
hostmakedepends="pkg-config lowdown"
|
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"
|
||||||
|
@ -15,10 +16,8 @@ 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"
|
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=aab4de9d6ecc3febf384f8ebc8db44ce7b3a2282b66af71425e99640760caabc
|
checksum=2b9617cf4101cc1a9f4877358ab73dfaa7a7dd8ea5f20409205645784eaef121
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
make DESTDIR=${DESTDIR} install-html
|
|
||||||
make DESTDIR=${DESTDIR} install-man
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue