wok-next view ori/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ori"
4 VERSION="0.8.2"
5 CATEGORY="network"
6 SHORT_DESC="A Secure Distributed File System"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://ori.scs.stanford.edu/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
14 BUILD_DEPENDS="boost-dev boost-math-tr1 fuse2-dev libevent-dev
15 openssl-dev scons2 util-linux-uuid-dev zlib-dev"
17 compile_rules()
18 {
19 scons PREFIX=$install/usr install
20 }
22 genpkg_rules()
23 {
24 copy @std
26 DEPENDS="fuse2 libevent liblzma libxml2 openssl util-linux-uuid" # + mDNSResponder
27 }