wok annotate vfsync/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 453c249b6219
rev   line source
pascal@20001 1 # SliTaz package receipt.
pascal@20001 2
pascal@20001 3 PACKAGE="vfsync"
pascal@20001 4 VERSION="2017-05-21"
pascal@20001 5 CATEGORY="network"
pascal@20001 6 SHORT_DESC="A secure file synchronization system."
pascal@20001 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20001 8 LICENSE="MIT"
pascal@20001 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20001 10 WEB_SITE="https://vfsync.org/"
pascal@20001 11 WGET_URL="${WEB_SITE}$TARBALL"
pascal@20001 12
pascal@20001 13 DEPENDS="libssl libcurl"
pascal@20001 14 BUILD_DEPENDS="openssl-dev curl-dev"
pascal@20001 15
pascal@20001 16 # Rules to configure and make the package.
pascal@20001 17 compile_rules()
pascal@20001 18 {
pascal@20001 19 make
pascal@20001 20 }
pascal@20001 21
pascal@20001 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20001 23 genpkg_rules()
pascal@20001 24 {
pascal@20001 25 mkdir -p $fs/usr/bin $install/usr/share/doc
pascal@20001 26 cp -a $src/vfagent $fs/usr/bin
pascal@20001 27 cp -a $src/vfsync $fs/usr/bin
pascal@20001 28 cp -a $src/readme.txt $install/usr/share/doc
pascal@20001 29 }