wok-next rev 21394

updated ori (0.8.1 -> 0.8.2)
author Hans-G?nter Theisgen
date Fri Apr 17 17:42:30 2020 +0100 (2020-04-17)
parents 78c570d6903c
children 31254a0bbea7
files ori/receipt
line diff
     1.1 --- a/ori/receipt	Fri Apr 17 17:21:08 2020 +0100
     1.2 +++ b/ori/receipt	Fri Apr 17 17:42:30 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     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 @@ -11,14 +11,17 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="scons2 boost-dev boost-math-tr1 \
    1.17 -util-linux-uuid-dev fuse2-dev libevent-dev openssl-dev zlib-dev"
    1.18 +BUILD_DEPENDS="boost-dev boost-math-tr1 fuse2-dev libevent-dev 
    1.19 +	openssl-dev scons2 util-linux-uuid-dev zlib-dev"
    1.20  
    1.21 -compile_rules() {
    1.22 +compile_rules()
    1.23 +{
    1.24  	scons PREFIX=$install/usr install
    1.25  }
    1.26  
    1.27 -genpkg_rules() {
    1.28 +genpkg_rules()
    1.29 +{
    1.30  	copy @std
    1.31 -	DEPENDS="openssl libevent fuse2 liblzma libxml2 util-linux-uuid" # + mDNSResponder
    1.32 +
    1.33 +	DEPENDS="fuse2 libevent liblzma libxml2 openssl util-linux-uuid" # + mDNSResponder
    1.34  }