wok-next view ori/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents a244e109372e
children a0a60003da9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ori"
4 VERSION="0.8.1"
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="scons2 boost-dev boost-math-tr1 \
15 util-linux-uuid-dev fuse2-dev libevent-dev openssl-dev zlib-dev"
17 compile_rules() {
18 scons PREFIX=$install/usr install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="openssl libevent fuse2 liblzma libxml2 util-linux-uuid" # + mDNSResponder
24 }