wok-6.x annotate backintime/receipt @ rev 14377
Move from undigest backintime duplicity dnstracer extended-actions pysize trafshow wavemon xscreensaver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 22 18:31:43 2013 +0200 (2013-04-22) |
parents | |
children | 223b265f40fd |
rev | line source |
---|---|
pascal@14377 | 1 # SliTaz package receipt. |
pascal@14377 | 2 |
pascal@14377 | 3 PACKAGE="backintime" |
pascal@14377 | 4 VERSION="1.0.8" |
pascal@14377 | 5 CATEGORY="network" |
pascal@14377 | 6 SHORT_DESC="A simple backup tool for linux." |
pascal@14377 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14377 | 8 WEB_SITE="http://backintime.le-web.org/" |
pascal@14377 | 9 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" |
pascal@14377 | 10 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL" |
pascal@14377 | 11 |
pascal@14377 | 12 DEPENDS="python rsync cron" |
pascal@14377 | 13 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2 |
pascal@14377 | 14 |
pascal@14377 | 15 # Rules to configure and make the package. |
pascal@14377 | 16 compile_rules() |
pascal@14377 | 17 { |
pascal@14377 | 18 cd $src/common |
pascal@14377 | 19 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && |
pascal@14377 | 20 make && make DESTDIR=$DESTDIR install |
pascal@14377 | 21 } |
pascal@14377 | 22 |
pascal@14377 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14377 | 24 genpkg_rules() |
pascal@14377 | 25 { |
pascal@14377 | 26 cp -a $install/* $fs |
pascal@14377 | 27 } |