wok-next annotate ori/receipt @ rev 20513
A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 21 15:58:17 2018 +0200 (2018-03-21) |
parents | e6615350078d |
children | 474eb4a6385a |
rev | line source |
---|---|
pascal@15776 | 1 # SliTaz package receipt. |
pascal@15776 | 2 |
pascal@15776 | 3 PACKAGE="ori" |
pascal@17171 | 4 VERSION="0.8.1" |
pascal@15776 | 5 CATEGORY="network" |
pascal@15776 | 6 SHORT_DESC="A Secure Distributed File System." |
pascal@15776 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15776 | 8 LICENSE="MIT" |
pascal@15776 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@15776 | 10 WEB_SITE="http://ori.scs.stanford.edu/" |
pascal@15776 | 11 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL" |
pascal@15776 | 12 |
al@20453 | 13 DEPENDS="openssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder |
al@20513 | 14 BUILD_DEPENDS="scons libboost-dev libboost-math-tr1 \ |
pascal@20245 | 15 util-linux-uuid-dev fuse-dev libevent-dev openssl-dev zlib-dev" |
pascal@15776 | 16 |
pascal@15776 | 17 # Rules to configure and make the package. |
pascal@15776 | 18 compile_rules() |
pascal@15776 | 19 { |
pascal@15776 | 20 scons PREFIX=$DESTDIR/usr install |
pascal@15776 | 21 } |
pascal@15776 | 22 |
pascal@15776 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15776 | 24 genpkg_rules() |
pascal@15776 | 25 { |
pascal@15776 | 26 cp -a $install/usr $fs |
pascal@15776 | 27 } |