wok-6.x annotate ori/receipt @ rev 22142
updated wxHexEditor (0.21 -> 0.24)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 05 16:57:43 2019 +0100 (2019-11-05) |
parents | 9689f1b75619 |
children | 241fb98cab1c |
rev | line source |
---|---|
pascal@15776 | 1 # SliTaz package receipt. |
pascal@15776 | 2 |
pascal@15776 | 3 PACKAGE="ori" |
pascal@21400 | 4 VERSION="0.8.2" |
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@17482 | 13 DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder |
pascal@15776 | 14 BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \ |
pascal@21400 | 15 util-linux-uuid-dev fuse-dev libevent-dev openssl-dev gcc49 libedit-dev" |
pascal@15776 | 16 |
pascal@15776 | 17 # Rules to configure and make the package. |
pascal@15776 | 18 compile_rules() |
pascal@15776 | 19 { |
pascal@21400 | 20 sed -i 's|.*iostream.*|#include <system_error>\n&|' liboriutil/key.cc |
pascal@21400 | 21 scons CC=gcc-49 CXX=g++-49 PREFIX=$DESTDIR/usr install |
pascal@15776 | 22 } |
pascal@15776 | 23 |
pascal@15776 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15776 | 25 genpkg_rules() |
pascal@15776 | 26 { |
pascal@15776 | 27 cp -a $install/usr $fs |
pascal@15776 | 28 } |