wok-current annotate sbackup/receipt @ rev 16402
Up: slitaz-tools, slitaz-tools-boxes (5.7.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Apr 16 14:34:44 2014 +0300 (2014-04-16) |
parents | 33e84bccec26 |
children | e4fd343fd7b8 |
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" |
pascal@14379 | 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 |
pascal@14379 | 13 DEPENDS="python notify-python gettext pygtk gvfs fuse \ |
pascal@14379 | 14 sshfs-fuse 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 cd $src |
pascal@14379 | 21 make && make DESTDIR=$DESTDIR/usr install |
pascal@14379 | 22 # sudo sbackupconfig |
pascal@14379 | 23 } |
pascal@14379 | 24 |
pascal@14379 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14379 | 26 genpkg_rules() |
pascal@14379 | 27 { |
pascal@14379 | 28 cp -a $install/* $fs |
pascal@14379 | 29 } |