wok-next annotate 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
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@15776 2
pascal@15776 3 PACKAGE="ori"
pascal@17171 4 VERSION="0.8.1"
pascal@15776 5 CATEGORY="network"
al@20527 6 SHORT_DESC="A Secure Distributed File System"
pascal@15776 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15776 8 LICENSE="MIT"
al@20527 9 WEB_SITE="http://ori.scs.stanford.edu/"
al@20527 10
pascal@15776 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@15776 12 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
pascal@15776 13
al@20513 14 BUILD_DEPENDS="scons libboost-dev libboost-math-tr1 \
al@20527 15 util-linux-uuid-dev fuse2-dev libevent-dev openssl-dev zlib-dev"
pascal@15776 16
al@20527 17 compile_rules() {
pascal@15776 18 scons PREFIX=$DESTDIR/usr install
pascal@15776 19 }
pascal@15776 20
al@20527 21 genpkg_rules() {
al@20527 22 copy @std
al@20527 23 DEPENDS="openssl libevent fuse2 liblzma libxml2 util-linux-uuid" # + mDNSResponder
pascal@15776 24 }