wok-next diff opus-tools/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents 8c198c0388a5
children
line diff
     1.1 --- a/opus-tools/receipt	Wed Aug 23 17:19:53 2017 +0300
     1.2 +++ b/opus-tools/receipt	Fri Jan 11 04:06:27 2019 +0200
     1.3 @@ -13,15 +13,13 @@
     1.4  
     1.5  BUILD_DEPENDS="libogg-dev opus-dev flac-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure $CONFIGURE_ARGS && make && make install
    1.11 +compile_rules() {
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13 +	make &&
    1.14 +	make install
    1.15  }
    1.16  
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 +genpkg_rules() {
    1.21  	copy @std
    1.22  	DEPENDS="flac libogg opus"
    1.23  }