wok-next diff uhd/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
parents a244e109372e
children
line diff
     1.1 --- a/uhd/receipt	Tue Aug 21 00:41:54 2018 +0300
     1.2 +++ b/uhd/receipt	Sun Jun 21 16:26:44 2020 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  boost-filesystem boost-program-options boost-regex \
     1.5  boost-system boost-unit-test-framework boost-serialization \
     1.6  boost-thread boost-math-tr1 libusb-dev eudev-dev"
     1.7 -SPLIT="uhd-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	cd $src/host
    1.12 @@ -29,7 +29,8 @@
    1.13  		-DENABLE_B200=ON \
    1.14  		-DENABLE_USB=ON \
    1.15  		.. &&
    1.16 -	make && make install
    1.17 +	make &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21  genpkg_rules() {