rsnapshot: fix cross-build.
This commit is contained in:
parent
eb1dc5b004
commit
5436dba06f
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'rsnapshot'
|
||||
pkgname=rsnapshot
|
||||
version=1.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="perl-Lchown rsync openssh"
|
||||
hostmakedepends="perl rsync openssh"
|
||||
makedepends="perl-Lchown"
|
||||
depends="perl perl-Lchown rsync openssh"
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
noarch="yes"
|
||||
|
|
Loading…
Reference in New Issue