wok-next annotate ori/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a244e109372e
children a0a60003da9d
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@20915 14 BUILD_DEPENDS="scons2 boost-dev boost-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() {
al@21020 18 scons PREFIX=$install/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 }