22 lines
612 B
Text
22 lines
612 B
Text
# Template file for 'backintime'
|
|
pkgname=backintime
|
|
version=1.0.8
|
|
revision=2
|
|
wrksrc=$pkgname-$version/common
|
|
build_style=gnu-configure
|
|
hostmakedepends="which"
|
|
short_desc="A simple backup tool for Linux"
|
|
maintainer="tripledes <tripledes@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://$pkgname.le-web.org"
|
|
distfiles="http://$pkgname.le-web.org/download/$pkgname/$pkgname-${version}_src.tar.gz"
|
|
checksum=fb83736ae0671b0d63468a9d39a29334320d93df004911cc192b1989df97d931
|
|
|
|
backintime_package() {
|
|
noarch="yes"
|
|
pycompile_dirs="/usr/share/backintime"
|
|
depends="python rsync cron-daemon"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|