wok-next rev 21577

updated dashel (1.0.4 -> 1.3.3)
author Hans-G?nter Theisgen
date Tue Jun 23 15:25:14 2020 +0100 (2020-06-23)
parents 73f88501086a
children a5e1588644b7
files dashel/receipt
line diff
     1.1 --- a/dashel/receipt	Tue Jun 23 15:20:27 2020 +0100
     1.2 +++ b/dashel/receipt	Tue Jun 23 15:25:14 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="dashel"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.3.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="C++ cross-platform data stream helper encapsulation library"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="http://aseba-community.github.io/dashel/"
    1.15  
    1.16 @@ -13,15 +13,16 @@
    1.17  
    1.18  BUILD_DEPENDS="cmake hal-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	cmake \
    1.22 -		-DCMAKE_INSTALL_PREFIX=/usr \
    1.23 -		. &&
    1.24 +compile_rules()
    1.25 +{
    1.26 +	cmake	..				\
    1.27 +		-DCMAKE_INSTALL_PREFIX=/usr &&
    1.28  	make &&
    1.29  	make install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	copy @std
    1.36  	DEPENDS="hal"
    1.37  }