wok-next view vfsync/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents e6615350078d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vfsync"
4 VERSION="2017-05-21"
5 CATEGORY="network"
6 SHORT_DESC="A secure file synchronization system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://vfsync.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 BUILD_DEPENDS="openssl-dev curl-dev"
16 compile_rules() {
17 make &&
18 bindir=$install/usr/bin &&
19 docdir=$install/usr/share/doc/$PACKAGE-$VERSION &&
20 mkdir -p $bindir $docdir &&
21 cp -a vfagent vfsync $bindir &&
22 cp readme.txt $docdir
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="openssl libcurl"
28 }