wok-next diff sbackup/receipt @ rev 20574
More fix libtool
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 13 20:08:04 2018 +0300 (2018-04-13) |
parents | 6c73b944e8dd |
children | 7506b35e1c6f |
line diff
1.1 --- a/sbackup/receipt Mon Feb 26 04:46:49 2018 +0200 1.2 +++ b/sbackup/receipt Fri Apr 13 20:08:04 2018 +0300 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="sbackup" 1.8 VERSION="0.11.4" 1.9 @@ -7,26 +7,25 @@ 1.10 MAINTAINER="pascal.bellard@slitaz.org" 1.11 LICENSE="GPL3" 1.12 WEB_SITE="http://sourceforge.net/projects/sbackup/" 1.13 + 1.14 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 -TAGS="backup" 1.17 1.18 -DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ 1.19 -curlftpfs desktop-file-utils" 1.20 -BUILD_DEPENDS="$DEPENDS gettext-tools" 1.21 +BUILD_DEPENDS="python notify-python gettext-base pygtk gvfs fuse2 sshfs-fuse \ 1.22 +curlftpfs desktop-file-utils gettext-tools" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 +compile_rules() { 1.28 mkdir -p $DESTDIR/usr/share/sbackup 1.29 cp scripts/* $DESTDIR/usr/share/sbackup/ 1.30 sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' Makefile 1.31 + 1.32 make && make DESTDIR=$DESTDIR/usr install 1.33 # sudo sbackupconfig 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 - cp -a $install/* $fs 1.40 +genpkg_rules() { 1.41 + copy @std 1.42 + DEPENDS="python notify-python gettext-base pygtk gvfs fuse2 sshfs-fuse \ 1.43 + curlftpfs desktop-file-utils" 1.44 + TAGS="backup" 1.45 }