wok-next annotate backintime/receipt @ rev 21015

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 15 14:02:33 2018 +0300 (2018-10-15)
parents 52f63f1fa1ac
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@14377 2
pascal@14377 3 PACKAGE="backintime"
pascal@14377 4 VERSION="1.0.8"
pascal@14377 5 CATEGORY="network"
al@20534 6 SHORT_DESC="A simple backup tool for Linux"
pascal@14377 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
pascal@14377 9 WEB_SITE="http://backintime.le-web.org/"
al@20534 10
pascal@14377 11 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
pascal@14377 12 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
pascal@14377 13
al@20534 14 BUILD_DEPENDS="python rsync meld perl gettext-tools" # python-glade2 python-gnome2
pascal@14377 15
al@20534 16 compile_rules() {
pascal@14377 17 cd $src/common
al@20534 18 # site script isn't used
al@20534 19 ./configure \
al@20534 20 --prefix=/usr \
al@20534 21 --sysconfdir=/etc \
al@20534 22 $CONFIGURE_ARGS &&
al@20534 23 make &&
al@20534 24 make DESTDIR=$DESTDIR install
pascal@14377 25 }
pascal@14377 26
al@20534 27 genpkg_rules() {
al@20534 28 copy @std
al@20534 29 DEPENDS="python rsync"
al@20534 30 TAGS="backup"
pascal@14377 31 }