wok diff sbackup/receipt @ rev 17455

syslinux/iso2exe: avoid a possible deadlock in progress bar
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 12:32:12 2014 +0100 (2014-12-18)
parents 2b9f96603415
children 7390f8de9846
line diff
     1.1 --- a/sbackup/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/sbackup/receipt	Thu Dec 18 12:32:12 2014 +0100
     1.3 @@ -3,21 +3,20 @@
     1.4  PACKAGE="sbackup"
     1.5  VERSION="0.11.4"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Simple backup."
     1.8 +SHORT_DESC="Simple backup"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL3"
    1.11  WEB_SITE="http://sourceforge.net/projects/sbackup/"
    1.12  TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15 -DEPENDS="python notify-python gettext pygtk gvfs fuse \
    1.16 -sshfs-fuse curlftpfs desktop-file-utils"
    1.17 +DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \
    1.18 +curlftpfs desktop-file-utils"
    1.19  BUILD_DEPENDS="$DEPENDS setuptools"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	make && make DESTDIR=$DESTDIR/usr install
    1.26  	# sudo sbackupconfig
    1.27  }