wok-next view ori/receipt @ rev 20529
Up libblockdev (2.16), nspr (4.18), openssh (7.6p1), udisks2 (2.7.6).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 24 15:55:55 2018 +0200 (2018-03-24) |
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 }