wok rev 15776

Add ori
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 08 11:08:16 2014 +0000 (2014-01-08)
parents 34213cec0340
children 9b20a58d7246
files ori/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ori/receipt	Wed Jan 08 11:08:16 2014 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ori"
     1.7 +VERSION="0.8.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="A Secure Distributed File System."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WEB_SITE="http://ori.scs.stanford.edu/"
    1.14 +WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
    1.15 +
    1.16 +DEPENDS="livssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 
    1.17 +BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
    1.18 +util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	scons PREFIX=$DESTDIR/usr install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	cp -a $install/usr $fs
    1.30 +}