wok-next annotate vfsync/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents e6615350078d
children
rev   line source
al@19837 1 # SliTaz package receipt v2.
al@19837 2
al@19837 3 PACKAGE="vfsync"
al@19837 4 VERSION="2017-05-21"
al@19837 5 CATEGORY="network"
al@19837 6 SHORT_DESC="A secure file synchronization system"
al@19837 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19837 8 LICENSE="MIT"
al@19837 9 WEB_SITE="https://vfsync.org/"
al@19837 10
al@19837 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19837 12 WGET_URL="${WEB_SITE}$TARBALL"
al@19837 13
al@20453 14 BUILD_DEPENDS="openssl-dev curl-dev"
al@19837 15
al@21020 16 compile_rules() {
al@19837 17 make &&
al@19837 18 bindir=$install/usr/bin &&
al@19837 19 docdir=$install/usr/share/doc/$PACKAGE-$VERSION &&
al@19837 20 mkdir -p $bindir $docdir &&
al@19837 21 cp -a vfagent vfsync $bindir &&
al@19837 22 cp readme.txt $docdir
al@19837 23 }
al@19837 24
al@21020 25 genpkg_rules() {
al@19837 26 copy @std
al@20453 27 DEPENDS="openssl libcurl"
al@19837 28 }