void-packages/srcpkgs/cachefilesd/template
2016-02-16 08:44:59 +01:00

21 lines
636 B
Bash

# Template file for 'cachefilesd'
pkgname=cachefilesd
version=0.10.7
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"
checksum=193cca5efb37ee460a4ed8e1ed4878e3718e432ebe690ec4fe02486ef3f2494e
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
}