wok view sbackup/receipt @ rev 14875

Up: python-django (1.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:28:00 2013 -0300 (2013-07-23)
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 }