# HG changeset patch # User Pascal Bellard # Date 1357115381 -3600 # Node ID ff8a57bb105d0390f8b795c93b7af13c60aa28bd # Parent e2a00f6df90e204bac119b54eb84952db814e783 Add backintime diff -r e2a00f6df90e -r ff8a57bb105d backintime/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/backintime/receipt Wed Jan 02 09:29:41 2013 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="backintime" +VERSION="1.0.8" +CATEGORY="network" +SHORT_DESC="A simple backup tool for linux." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://backintime.le-web.org/" +TARBALL="$PACKAGE-${VERSION}_src.tar.gz" +WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL" + +DEPENDS="python rsync cron" +BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2 + +# Rules to configure and make the package. +compile_rules() +{ + cd $src/common + ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}