wok view sbackup/receipt @ rev 16885

Strip deps: gettext -> gettext-base.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 13 23:12:56 2014 +0300 (2014-07-13)
parents 2b9f96603415
children 7390f8de9846
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"
13 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \
14 curlftpfs desktop-file-utils"
15 BUILD_DEPENDS="$DEPENDS setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && make DESTDIR=$DESTDIR/usr install
21 # sudo sbackupconfig
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }