wok-next view vfsync/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents
children e6615350078d
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="libcrypto-dev curl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 bindir=$install/usr/bin &&
21 docdir=$install/usr/share/doc/$PACKAGE-$VERSION &&
22 mkdir -p $bindir $docdir &&
23 cp -a vfagent vfsync $bindir &&
24 cp readme.txt $docdir
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 DEPENDS="libcrypto libcurl"
32 }