mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cachefilesd: fix license
This commit is contained in:
parent
2f5d6dda98
commit
40d12c80d5
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'cachefilesd'
|
# Template file for 'cachefilesd'
|
||||||
pkgname=cachefilesd
|
pkgname=cachefilesd
|
||||||
version=0.10.10
|
version=0.10.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_install_args="SBINDIR=/usr/bin BINDIR=/usr/bin"
|
||||||
short_desc="Userspace daemon acting as a backend for FS-Cache"
|
short_desc="Userspace daemon acting as a backend for FS-Cache"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://people.redhat.com/~dhowells/fscache/"
|
homepage="https://people.redhat.com/~dhowells/fscache/"
|
||||||
distfiles="http://people.redhat.com/~dhowells/fscache/${pkgname}-${version}.tar.bz2"
|
distfiles="http://people.redhat.com/~dhowells/fscache/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0d0309851efabd02b7c849f73535b8ad3f831570e83e4f65e42354da18e11a02
|
|
||||||
make_install_args="SBINDIR=/usr/bin BINDIR=/usr/bin"
|
|
||||||
conf_files="/etc/cachefilesd.conf"
|
conf_files="/etc/cachefilesd.conf"
|
||||||
|
checksum=0d0309851efabd02b7c849f73535b8ad3f831570e83e4f65e42354da18e11a02
|
||||||
|
|
||||||
do_configure() {
|
post_patch() {
|
||||||
sed -i "s#/sbin/#/usr/bin/#g" cachefilesd.c
|
vsed -i "s#/sbin/#/usr/bin/#g" cachefilesd.c
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue