wok-next diff opus-tools/receipt @ rev 21449
updated slock (1.1 -> 1.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 07:51:56 2020 +0100 (2020-05-07) |
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 Thu May 07 07:51:56 2020 +0100 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 }