backintime: set noarch; use pycompile_dirs; remove gettext; use cron-daemon vpkg.
This commit is contained in:
parent
9d776be838
commit
bbd2bc6bb7
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
# Template file for 'backintime'
|
||||
pkgname=backintime
|
||||
version=1.0.8
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
pycompile_dirs="/usr/share/${pkgname}"
|
||||
build_style=gnu-configure
|
||||
makedepends="which gettext"
|
||||
depends="python rsync cronie"
|
||||
makedepends="which"
|
||||
depends="python rsync cron-daemon"
|
||||
wrksrc=$pkgname-$version/common
|
||||
short_desc="A simple backup tool for Linux"
|
||||
maintainer="tripledes <tripledes@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue