wok annotate sbackup/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents 2b9f96603415
children 7390f8de9846
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="sbackup"
pascal@14379 4 VERSION="0.11.4"
pascal@14379 5 CATEGORY="network"
al@16885 6 SHORT_DESC="Simple backup"
pascal@14379 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@14379 9 WEB_SITE="http://sourceforge.net/projects/sbackup/"
pascal@14379 10 TARBALL="${PACKAGE}_$VERSION.tar.gz"
pascal@14379 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14379 12
al@16885 13 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \
al@16885 14 curlftpfs desktop-file-utils"
pascal@14379 15 BUILD_DEPENDS="$DEPENDS setuptools"
pascal@14379 16
pascal@14379 17 # Rules to configure and make the package.
pascal@14379 18 compile_rules()
pascal@14379 19 {
pascal@14379 20 make && make DESTDIR=$DESTDIR/usr install
pascal@14379 21 # sudo sbackupconfig
pascal@14379 22 }
pascal@14379 23
pascal@14379 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14379 25 genpkg_rules()
pascal@14379 26 {
pascal@14379 27 cp -a $install/* $fs
pascal@14379 28 }