1 # Maintainer: Rémy Oudompheng <remy@archlinux.org>
6 pkgdesc="Userspace daemon acting as a backend for FS-Cache"
8 url="http://people.redhat.com/~dhowells/fscache/"
11 source=(http://people.redhat.com/~dhowells/fscache/${pkgname}-${pkgver}.tar.bz2
13 backup=(etc/cachefilesd.conf)
14 md5sums=('59da7af8efeb81bdc1d3e3df69cb6a44'
15 'a4f0c47a945f296f120e29f156aea9ba')
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 make CFLAGS="${CFLAGS}"
23 cd "${srcdir}/${pkgname}-${pkgver}"
24 make DESTDIR="${pkgdir}" install
25 install -D -m 755 "${srcdir}/cachefilesd" "${pkgdir}/etc/rc.d/cachefilesd"