wok view backintime/receipt @ rev 15641

Down rack (1.3.5) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:48:15 2013 +0000 (2013-12-09)
parents 490539922a0d
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="backintime"
4 VERSION="1.0.8"
5 CATEGORY="network"
6 SHORT_DESC="A simple backup tool for linux."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://backintime.le-web.org/"
10 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
11 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
13 DEPENDS="python rsync cron"
14 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/common
20 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }