void-packages/srcpkgs/cachefilesd/template

22 lines
636 B
Bash
Raw Normal View History

2016-02-16 07:38:26 +00:00
# Template file for 'cachefilesd'
pkgname=cachefilesd
2016-02-18 18:56:52 +00:00
version=0.10.9
2016-02-16 07:38:26 +00:00
revision=1
build_style=gnu-makefile
short_desc="Userspace daemon acting as a backend for FS-Cache"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://people.redhat.com/~dhowells/fscache/"
distfiles="http://people.redhat.com/~dhowells/fscache/${pkgname}-${version}.tar.bz2"
2016-02-18 18:56:52 +00:00
checksum=c897ec6704615f26de3ddc20ff30a191ce995cb8973d2cde88b4b28c1a1e6bca
2016-02-16 07:38:26 +00:00
make_install_args="SBINDIR=/usr/bin BINDIR=/usr/bin"
conf_files="/etc/cachefilesd.conf"
do_configure() {
sed -i "s#/sbin/#/usr/bin/#g" cachefilesd.c
}
post_install() {
vsv cachefilesd
}