wok-next rev 21225

try to build cdrtools again
author Hans-G?nter Theisgen
date Tue Dec 03 15:45:46 2019 +0100 (2019-12-03)
parents 11ae5d3e74c7
children 9b5da8445421
files cdrtools/receipt
line diff
     1.1 --- a/cdrtools/receipt	Tue Dec 03 15:19:04 2019 +0100
     1.2 +++ b/cdrtools/receipt	Tue Dec 03 15:45:46 2019 +0100
     1.3 @@ -14,7 +14,8 @@
     1.4  BUILD_DEPENDS="acl-dev libcap-dev"
     1.5  SPLIT="$PACKAGE-dev"
     1.6  
     1.7 -compile_rules() {
     1.8 +compile_rules()
     1.9 +{
    1.10  	sed -i 's|/opt/schily|/usr|g; s|DEFINSGRP=.*|DEFINSGRP=root|' \
    1.11  		DEFAULTS/Defaults.linux
    1.12  	# install rscsi to /usr/bin instead of /usr/sbin
    1.13 @@ -23,8 +24,8 @@
    1.14  	export GMAKE_NOWARN=true INS_BASE=/usr INS_RBASE=/
    1.15  	cp cdda2wav/lconfig.h.in cdda2wav/lconfig.h
    1.16  
    1.17 -	make &&
    1.18 -	make install || return 1
    1.19 +	make -j1 &&
    1.20 +	make -j1 install || return 1
    1.21  
    1.22  	# cdrkit compatibility
    1.23  	ln -s cdrecord $install/usr/bin/wodim
    1.24 @@ -33,7 +34,8 @@
    1.25  	ln -s cdda2wav $install/usr/bin/icedax
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 +genpkg_rules()
    1.30 +{
    1.31  	case $PACKAGE in
    1.32  		cdrtools)
    1.33  			copy @std