wok annotate ori/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents
children 63618ce04c4a
rev   line source
pascal@15776 1 # SliTaz package receipt.
pascal@15776 2
pascal@15776 3 PACKAGE="ori"
pascal@15776 4 VERSION="0.8.0"
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
pascal@15776 13 DEPENDS="livssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder
pascal@15776 14 BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
pascal@15776 15 util-linux-uuid-dev fuse-dev libevent-dev openssl-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 }