wok-next annotate backintime/receipt @ rev 21330

updated libraw again (0.18.7 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Dec 12 16:15:51 2019 +0100 (2019-12-12)
parents 757d032c55c7
children ed18c30d9e96
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@14377 2
pascal@14377 3 PACKAGE="backintime"
pascal@14377 4 VERSION="1.0.8"
pascal@14377 5 CATEGORY="network"
al@20534 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/"
al@20534 10
pascal@14377 11 TARBALL="$PACKAGE-${VERSION}_src.tar.gz"
pascal@14377 12 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
pascal@14377 13
al@21020 14 BUILD_DEPENDS="python rsync meld perl gettext" # python-glade2 python-gnome2
pascal@14377 15
al@20534 16 compile_rules() {
pascal@14377 17 cd $src/common
al@20534 18 # site script isn't used
al@20534 19 ./configure \
al@20534 20 --prefix=/usr \
al@20534 21 --sysconfdir=/etc \
al@20534 22 $CONFIGURE_ARGS &&
al@20534 23 make &&
al@21020 24 make DESTDIR=$install install
pascal@14377 25 }
pascal@14377 26
al@20534 27 genpkg_rules() {
al@20534 28 copy @std
al@20534 29 DEPENDS="python rsync"
al@20534 30 TAGS="backup"
pascal@14377 31 }