wok view backintime/receipt @ rev 20734

updated azpainter (2.0.4 -> 2.1.3)
author Hans-G?nter Theisgen
date Sat Feb 09 17:15:55 2019 +0100 (2019-02-09)
parents 4ea96657834e
children 8296cfe551a1
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"
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 }