mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
66: update to 0.2.0.2
This commit is contained in:
parent
08ec395af8
commit
fc40cda9ee
1 changed files with 23 additions and 8 deletions
|
@ -1,31 +1,45 @@
|
||||||
# Template file for '66'
|
# Template file for '66'
|
||||||
pkgname=66
|
pkgname=66
|
||||||
version=0.1.0.1
|
version=0.2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="66-v${version}"
|
wrksrc="66-v${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr
|
configure_args="--prefix=/usr
|
||||||
--dynlibdir=/usr/lib
|
|
||||||
--libdir=/usr/lib
|
|
||||||
--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"
|
hostmakedepends="pkg-config scdoc"
|
||||||
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc s6-portable-utils procps-ng-devel"
|
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc procps-ng-devel"
|
||||||
depends="s6-rc s6-portable-utils"
|
depends="s6-rc s6-portable-utils"
|
||||||
short_desc="Helpers tools around s6-rc"
|
short_desc="Helpers tools around s6-rc"
|
||||||
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/"
|
||||||
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=6633b7cf810aa3b59f84b567a57914f51247f7a96fca0879a2f8141b87bd674c
|
checksum=98a0ba012f472b7e03657e3a063cca3e19bc1d4d4accae093fadaee74924b83b
|
||||||
|
|
||||||
|
conf_files="/etc/66/init /etc/66/init.conf"
|
||||||
|
make_dirs="
|
||||||
|
/var/log/66 0755 root root
|
||||||
|
/var/lib/66 0755 root root
|
||||||
|
/usr/share/66/service 0755 root root
|
||||||
|
/etc/66/service 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
|
||||||
for i in doc/*.html ; do
|
for i in doc/html/*.html ; do
|
||||||
vdoc $i
|
vdoc $i
|
||||||
done
|
done
|
||||||
vdoc README
|
vdoc README
|
||||||
|
for i in doc/man/*.{1,5,8} ; do
|
||||||
|
vman $i
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
66-doc_package() {
|
66-doc_package() {
|
||||||
|
@ -34,6 +48,7 @@ post_install() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
|
vmove usr/share/man
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,6 +57,6 @@ post_install() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue