wok diff ori/receipt @ rev 22759

updated libmagic, libmagic-dev and python-magic (5.36 -> 5.38)
author Hans-G?nter Theisgen
date Fri Jan 24 16:51:24 2020 +0100 (2020-01-24)
parents 9689f1b75619
children 241fb98cab1c
line diff
     1.1 --- a/ori/receipt	Tue Dec 30 10:01:09 2014 +0100
     1.2 +++ b/ori/receipt	Fri Jan 24 16:51:24 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ori"
     1.7 -VERSION="0.8.1"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A Secure Distributed File System."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,12 +12,13 @@
    1.13  
    1.14  DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 
    1.15  BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
    1.16 -util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
    1.17 +util-linux-uuid-dev fuse-dev libevent-dev openssl-dev gcc49 libedit-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	scons PREFIX=$DESTDIR/usr install
    1.23 +	sed -i 's|.*iostream.*|#include <system_error>\n&|' liboriutil/key.cc
    1.24 +	scons CC=gcc-49 CXX=g++-49 PREFIX=$DESTDIR/usr install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.