wok-next view ori/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
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 }