backintime: set noarch; use pycompile_dirs; remove gettext; use cron-daemon vpkg.

This commit is contained in:
Juan RP 2013-01-27 07:55:45 +01:00
parent 9d776be838
commit bbd2bc6bb7

View file

@ -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>"