wok-next annotate ori/receipt @ rev 21423
updated puzzles again ( -> 20200413)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 17:56:50 2020 +0100 (2020-04-27) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20527 | 1 # SliTaz package receipt v2. |
pascal@15776 | 2 |
pascal@15776 | 3 PACKAGE="ori" |
Hans-G?nter@21394 | 4 VERSION="0.8.2" |
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 |
Hans-G?nter@21394 | 14 BUILD_DEPENDS="boost-dev boost-math-tr1 fuse2-dev libevent-dev |
Hans-G?nter@21394 | 15 openssl-dev scons2 util-linux-uuid-dev zlib-dev" |
pascal@15776 | 16 |
Hans-G?nter@21394 | 17 compile_rules() |
Hans-G?nter@21394 | 18 { |
al@21020 | 19 scons PREFIX=$install/usr install |
pascal@15776 | 20 } |
pascal@15776 | 21 |
Hans-G?nter@21394 | 22 genpkg_rules() |
Hans-G?nter@21394 | 23 { |
al@20527 | 24 copy @std |
Hans-G?nter@21394 | 25 |
Hans-G?nter@21394 | 26 DEPENDS="fuse2 libevent liblzma libxml2 openssl util-linux-uuid" # + mDNSResponder |
pascal@15776 | 27 } |