wok-next diff owncloud-client/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents 380ffe05937a
children
line diff
     1.1 --- a/owncloud-client/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/owncloud-client/receipt	Tue Dec 10 16:12:48 2019 +0100
     1.3 @@ -4,26 +4,27 @@
     1.4  VERSION="1.0.5"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="The ownCloud Client, based on Mirall"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://owncloud.org/sync-clients/"
    1.11 +WEB_SITE="https://owncloud.org/download/"
    1.12 +
    1.13  SOURCE="mirall"
    1.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15  WGET_URL="http://download.owncloud.com/download/$TARBALL"
    1.16  
    1.17 -DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui"
    1.18  BUILD_DEPENDS="csync-dev Qt4-dev cmake qmake"
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -		mkdir mirall-build && cd mirall-build
    1.23 -		cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
    1.24 -		&& make && make install
    1.25 -	
    1.26 +
    1.27 +compile_rules() {
    1.28 +		mkdir mirall-build
    1.29 +		cd    mirall-build
    1.30 +		cmake \
    1.31 +			-DCMAKE_INSTALL_PREFIX=/usr \
    1.32 +			.. &&
    1.33 +		make &&
    1.34 +		make install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 +genpkg_rules() {
    1.41  	cp -a $install/* $fs/
    1.42 +	DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui"
    1.43  }