wok view sbackup/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 5d50a02468c7
children e919c5a2742d
line source
1 # SliTaz package receipt.
3 PACKAGE="sbackup"
4 VERSION="0.11.6"
5 CATEGORY="network"
6 TAGS="backup"
7 SHORT_DESC="Simple backup."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://sourceforge.net/projects/sbackup/"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="curlftpfs desktop-file-utils fuse gettext-base gvfs notify-python
16 pygtk python sshfs-fuse"
17 BUILD_DEPENDS="$DEPENDS python-setuptools"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir -p $DESTDIR/usr/share/sbackup
24 cp scripts/* $DESTDIR/usr/share/sbackup/
26 sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' \
27 Makefile
28 make &&
29 make DESTDIR=$DESTDIR/usr install
30 # sudo sbackupconfig
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cp -a $install/* $fs
37 }