wok-next diff fdk-aac/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 8f22b3b666d1
children 3460c1bb1b40
line diff
     1.1 --- a/fdk-aac/receipt	Tue Aug 01 00:49:30 2017 +0300
     1.2 +++ b/fdk-aac/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.3 @@ -13,19 +13,16 @@
     1.4  
     1.5  SPLIT="fdk-aac-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--disable-static \
    1.13  		$CONFIGURE_ARGS &&
    1.14 +	fix libtool &&
    1.15  	make &&
    1.16  	make install
    1.17  }
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	case $PACKAGE in
    1.24  		*-aac) copy @std;;
    1.25  		*-dev) copy @dev;;