wok-next diff libctpp2/receipt @ rev 21420

updated puzzles ( -> 20200413)
author Hans-G?nter Theisgen
date Mon Apr 27 17:23:45 2020 +0100 (2020-04-27)
parents df20b2110f7e
children
line diff
     1.1 --- a/libctpp2/receipt	Wed Jul 11 02:06:34 2018 +0300
     1.2 +++ b/libctpp2/receipt	Mon Apr 27 17:23:45 2020 +0100
     1.3 @@ -13,13 +13,11 @@
     1.4  WGET_URL="http://ctpp.havoc.ru/download/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="cmake"
     1.7 -SPLIT="libctpp2-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10 -# Rules to configure and make the package.
    1.11 -compile_rules()
    1.12 -{
    1.13 +compile_rules() {
    1.14  	mkdir build
    1.15 -	cd build
    1.16 +	cd    build
    1.17  
    1.18  	cmake \
    1.19  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.20 @@ -28,9 +26,7 @@
    1.21  	make install
    1.22  }
    1.23  
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 +genpkg_rules() {
    1.28  	case $PACKAGE in
    1.29  		libctpp2) copy @std;;
    1.30  		*-dev)    copy @dev;;