wok view sbackup/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 4ea96657834e
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="sbackup"
4 VERSION="0.11.4"
5 CATEGORY="network"
6 SHORT_DESC="Simple backup"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://sourceforge.net/projects/sbackup/"
10 TARBALL="${PACKAGE}_$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="backup"
14 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \
15 curlftpfs desktop-file-utils"
16 BUILD_DEPENDS="$DEPENDS setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir -p $DESTDIR/usr/share/sbackup
22 cp scripts/* $DESTDIR/usr/share/sbackup/
23 sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' Makefile
24 make && make DESTDIR=$DESTDIR/usr install
25 # sudo sbackupconfig
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }