wok annotate backintime/receipt @ rev 20774

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 17:05:23 2019 +0100 (2019-02-13)
parents 4ea96657834e
children 8296cfe551a1
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="backintime"
pascal@14377 4 VERSION="1.0.8"
pascal@14377 5 CATEGORY="network"
pascal@14377 6 SHORT_DESC="A simple backup tool for linux."
pascal@14377 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
pascal@14377 9 WEB_SITE="http://backintime.le-web.org/"
pascal@14377 10 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
pascal@14377 11 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
pascal@18239 12 TAGS="backup"
pascal@14377 13
pascal@17481 14 DEPENDS="python rsync"
pascal@14377 15 BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2
pascal@14377 16
pascal@14377 17 # Rules to configure and make the package.
pascal@14377 18 compile_rules()
pascal@14377 19 {
pascal@14377 20 cd $src/common
pascal@14377 21 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
pascal@14377 22 make && make DESTDIR=$DESTDIR install
pascal@14377 23 }
pascal@14377 24
pascal@14377 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14377 26 genpkg_rules()
pascal@14377 27 {
pascal@14377 28 cp -a $install/* $fs
al@19275 29 rm -r $fs/usr/share/doc $fs/usr/share/man
pascal@14377 30 }