wok-next diff ncmpc/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents a3c581bf52b8
children
line diff
     1.1 --- a/ncmpc/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/ncmpc/receipt	Thu Apr 16 09:58:07 2020 +0100
     1.3 @@ -14,9 +14,9 @@
     1.4  BUILD_DEPENDS="glib-dev ncurses-dev libmpdclient-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure \
     1.8 -		$CONFIGURE_ARGS &&
     1.9 -	make && make install
    1.10 +	./configure $CONFIGURE_ARGS &&
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {