wok-next diff vfsync/receipt @ rev 19867
Up mplayer-cli (1.3.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Sep 27 16:49:12 2017 +0200 (2017-09-27) |
parents | |
children | e6615350078d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vfsync/receipt Wed Sep 27 16:49:12 2017 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="vfsync" 1.7 +VERSION="2017-05-21" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A secure file synchronization system" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://vfsync.org/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="${WEB_SITE}$TARBALL" 1.16 + 1.17 +BUILD_DEPENDS="libcrypto-dev curl-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make && 1.23 + bindir=$install/usr/bin && 1.24 + docdir=$install/usr/share/doc/$PACKAGE-$VERSION && 1.25 + mkdir -p $bindir $docdir && 1.26 + cp -a vfagent vfsync $bindir && 1.27 + cp readme.txt $docdir 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + copy @std 1.34 + DEPENDS="libcrypto libcurl" 1.35 +}