wok view ori/receipt @ rev 21414

updated make (4.1 -> 4.2.1)
author Hans-G?nter Theisgen
date Tue Apr 23 17:27:39 2019 +0100 (2019-04-23)
parents 9689f1b75619
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="ori"
4 VERSION="0.8.2"
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 gcc49 libedit-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|.*iostream.*|#include <system_error>\n&|' liboriutil/key.cc
21 scons CC=gcc-49 CXX=g++-49 PREFIX=$DESTDIR/usr install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }