wok view backintime/receipt @ rev 17261

Move separate MIME definitions to the shared-mime-info package.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 22 03:42:23 2014 +0300 (2014-10-22)
parents 490539922a0d
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="backintime"
4 VERSION="1.0.8"
5 CATEGORY="network"
6 SHORT_DESC="A simple backup tool for linux."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://backintime.le-web.org/"
10 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
11 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
13 DEPENDS="python rsync cron"
14 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src/common
20 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }