wok-6.x view ori/receipt @ rev 18989
Up: Iron Browser v24.0.1350.0 to v48.2550.0.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Mar 18 03:39:02 2016 -0300 (2016-03-18) |
parents | 63618ce04c4a |
children | 4e8d50d02b70 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ori"
4 VERSION="0.8.1"
5 CATEGORY="network"
6 SHORT_DESC="A Secure Distributed File System."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://ori.scs.stanford.edu/"
11 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
13 DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder
14 BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
15 util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 scons PREFIX=$DESTDIR/usr install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }