wok-undigest view sbackup/receipt @ rev 957

gtk+3: forgot about my new gobject-introspection
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 13 13:00:25 2013 +0000 (2013-03-13)
parents
children
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 #pygnome pyglade gvfs-fuse gvfs-backends python-expect
15 #fuse-utils python-gnome2 python-glade2 gconf2
16 BUILD_DEPENDS="$DEPENDS setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 make && make DESTDIR=$DESTDIR/usr install
23 # sudo sbackupconfig
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }