wok-next annotate zsync/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents 191b99ca9dc2
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@4916 2
pascal@4916 3 PACKAGE="zsync"
slaxemulator@6736 4 VERSION="0.6.2"
pascal@4916 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Incremental file transfert from a web server"
pascal@4916 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15361 8 LICENSE="Artistic"
al@21020 9 WEB_SITE="http://zsync.moria.org.uk/"
al@21020 10
pascal@4916 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@4916 12 WGET_URL="${WEB_SITE}download/$TARBALL"
pascal@4916 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 --infodir=/usr/share/info \
al@21020 18 --mandir=/usr/share/man \
al@21020 19 $CONFIGURE_ARGS &&
pascal@4916 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@4916 22 }
pascal@4916 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 TAGS="sync"
pascal@4916 27 }