nocache: install manpages, cachestats and cachedel
This commit is contained in:
parent
c3eeeb26fa
commit
7956a7a6be
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'nocache'
|
# Template file for 'nocache'
|
||||||
pkgname=nocache
|
pkgname=nocache
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Minimize filesystem caching effects"
|
short_desc="Minimize filesystem caching effects"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
@ -19,5 +19,10 @@ pre_build() {
|
|||||||
do_install() {
|
do_install() {
|
||||||
vinstall nocache.so 644 usr/lib
|
vinstall nocache.so 644 usr/lib
|
||||||
vbin nocache.global nocache
|
vbin nocache.global nocache
|
||||||
|
vbin cachedel
|
||||||
|
vbin cachestats
|
||||||
|
vman man/cachedel.1
|
||||||
|
vman man/cachestats.1
|
||||||
|
vman man/nocache.1
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user