wok view sbackup/receipt @ rev 18343

Up: bash (4.3.42)
author Alexander Medvedev <devl547@gmail.com>
date Fri Sep 11 11:59:50 2015 +0000 (2015-09-11)
parents 7390f8de9846
children 1debe89dc518
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 make && make DESTDIR=$DESTDIR/usr install
22 # sudo sbackupconfig
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }