wok view backintime/receipt @ rev 20649

retawq: regenerate mo files (Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:21:17 2019 +0100 (2019-01-12)
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 }