wok-next diff vamp-plugin-sdk/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 6e0553fe45e7
children
line diff
     1.1 --- a/vamp-plugin-sdk/receipt	Thu Mar 08 23:05:26 2018 +0200
     1.2 +++ b/vamp-plugin-sdk/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -12,10 +12,12 @@
     1.4  WGET_URL="https://code.soundsoftware.ac.uk/attachments/download/2206/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="libsndfile-dev"
     1.7 -SPLIT="vamp-plugin-sdk-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11 -	./configure $CONFIGURE_ARGS && make && make install
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13 +	make &&
    1.14 +	make install
    1.15  }
    1.16  
    1.17  genpkg_rules() {