wok view backintime/receipt @ rev 21849

updated rsnapshot again (1.3.1 -> 1.4.2)
author Hans-G?nter Theisgen
date Sun Sep 15 15:16:26 2019 +0100 (2019-09-15)
parents 11b5e93cb5f2
children 2b5eab54bb44
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="https://github.com/bit-team/backintime"
10 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
11 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
12 TAGS="backup"
14 DEPENDS="python rsync"
15 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src/common
21 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 rm -r $fs/usr/share/doc $fs/usr/share/man
30 }