wok-6.x diff sbackup/receipt @ rev 17798
Add mate-settings-daemon
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Mar 20 20:01:49 2015 -0300 (2015-03-20) |
parents | 2b9f96603415 |
children | 7390f8de9846 |
line diff
1.1 --- a/sbackup/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/sbackup/receipt Fri Mar 20 20:01:49 2015 -0300 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 }