wok view sbackup/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents 33e84bccec26
children e4fd343fd7b8
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"
13 DEPENDS="python notify-python gettext pygtk gvfs fuse \
14 sshfs-fuse curlftpfs desktop-file-utils"
15 BUILD_DEPENDS="$DEPENDS setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
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 }