wok-next diff libbluray/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 2e9df1b30cc2
children 342b30daff76
line diff
     1.1 --- a/libbluray/receipt	Thu Aug 31 03:20:51 2017 +0300
     1.2 +++ b/libbluray/receipt	Sun May 27 13:10:46 2018 +0300
     1.3 @@ -14,18 +14,16 @@
     1.4  BUILD_DEPENDS="libxml2-dev freetype-dev fontconfig-dev"
     1.5  SPLIT="libbluray-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-bdjava \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make && make install
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		libbluray)
    1.26  			copy @std