wok-next view sbackup/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 1debe89dc518
children 6c73b944e8dd
line source
1 # SliTaz package receipt.
3 PACKAGE="sbackup"
4 VERSION="0.11.4"
5 CATEGORY="network"
6 SHORT_DESC="Simple backup"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://sourceforge.net/projects/sbackup/"
10 TARBALL="${PACKAGE}_$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="backup"
14 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \
15 curlftpfs desktop-file-utils"
16 BUILD_DEPENDS="$DEPENDS setuptools gettext-tools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir -p $DESTDIR/usr/share/sbackup
22 cp scripts/* $DESTDIR/usr/share/sbackup/
23 sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' Makefile
24 make && make DESTDIR=$DESTDIR/usr install
25 # sudo sbackupconfig
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }