wok diff sbackup/receipt @ rev 23881
Add utftpd & yaze-ng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 13 21:34:44 2020 +0000 (2020-07-13) |
parents | 5d50a02468c7 |
children | e919c5a2742d |
line diff
1.1 --- a/sbackup/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/sbackup/receipt Mon Jul 13 21:34:44 2020 +0000 1.3 @@ -1,33 +1,37 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sbackup" 1.7 -VERSION="0.11.4" 1.8 +VERSION="0.11.6" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Simple backup" 1.11 +TAGS="backup" 1.12 +SHORT_DESC="Simple backup." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="https://sourceforge.net/projects/sbackup/" 1.16 + 1.17 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 -TAGS="backup" 1.20 1.21 -DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ 1.22 -curlftpfs desktop-file-utils" 1.23 +DEPENDS="curlftpfs desktop-file-utils fuse gettext-base gvfs notify-python 1.24 + pygtk python sshfs-fuse" 1.25 BUILD_DEPENDS="$DEPENDS python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 mkdir -p $DESTDIR/usr/share/sbackup 1.31 - cp scripts/* $DESTDIR/usr/share/sbackup/ 1.32 - sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' Makefile 1.33 - make && make DESTDIR=$DESTDIR/usr install 1.34 + 1.35 + cp scripts/* $DESTDIR/usr/share/sbackup/ 1.36 + 1.37 + sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' \ 1.38 + Makefile 1.39 + make && 1.40 + make DESTDIR=$DESTDIR/usr install 1.41 # sudo sbackupconfig 1.42 } 1.43 1.44 # Rules to gen a SliTaz package suitable for Tazpkg. 1.45 genpkg_rules() 1.46 { 1.47 - cp -a $install/* $fs 1.48 + cp -a $install/* $fs 1.49 } 1.50 -