wok-next view ori/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents d43bf7aae921
children 33df80a31584
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="scons libboost-dev libboost-math-tr1 \
15 util-linux-uuid-dev fuse2-dev libevent-dev openssl-dev zlib-dev"
17 compile_rules() {
18 scons PREFIX=$DESTDIR/usr install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="openssl libevent fuse2 liblzma libxml2 util-linux-uuid" # + mDNSResponder
24 }