# HG changeset patch # User Hans-G?nter Theisgen # Date 1575384346 -3600 # Node ID 653202875a48b3be48a0b807400b18a9f7192874 # Parent 11ae5d3e74c794b1979f34388814124a663cbf6c try to build cdrtools again diff -r 11ae5d3e74c7 -r 653202875a48 cdrtools/receipt --- a/cdrtools/receipt Tue Dec 03 15:19:04 2019 +0100 +++ b/cdrtools/receipt Tue Dec 03 15:45:46 2019 +0100 @@ -14,7 +14,8 @@ BUILD_DEPENDS="acl-dev libcap-dev" SPLIT="$PACKAGE-dev" -compile_rules() { +compile_rules() +{ sed -i 's|/opt/schily|/usr|g; s|DEFINSGRP=.*|DEFINSGRP=root|' \ DEFAULTS/Defaults.linux # install rscsi to /usr/bin instead of /usr/sbin @@ -23,8 +24,8 @@ export GMAKE_NOWARN=true INS_BASE=/usr INS_RBASE=/ cp cdda2wav/lconfig.h.in cdda2wav/lconfig.h - make && - make install || return 1 + make -j1 && + make -j1 install || return 1 # cdrkit compatibility ln -s cdrecord $install/usr/bin/wodim @@ -33,7 +34,8 @@ ln -s cdda2wav $install/usr/bin/icedax } -genpkg_rules() { +genpkg_rules() +{ case $PACKAGE in cdrtools) copy @std