wok view sbackup/receipt @ rev 14576

eet-dev: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:41:33 2013 +0200 (2013-05-25)
parents
children 2b9f96603415
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 WEB_SITE="http://sourceforge.net/projects/sbackup/"
9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="python notify-python gettext pygtk gvfs fuse \
13 sshfs-fuse curlftpfs desktop-file-utils"
14 BUILD_DEPENDS="$DEPENDS setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make && make DESTDIR=$DESTDIR/usr install
21 # sudo sbackupconfig
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }