wok-next diff libharu/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 417f77dae192
children d5aab818505e
line diff
     1.1 --- a/libharu/receipt	Wed Sep 27 17:54:12 2017 +0300
     1.2 +++ b/libharu/receipt	Fri Apr 27 12:51:30 2018 +0200
     1.3 @@ -14,22 +14,20 @@
     1.4  BUILD_DEPENDS="automake libtool zlib-dev libpng16-dev"
     1.5  SPLIT="libharu-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	touch include/config.h.in
    1.12  	aclocal &&
    1.13  	libtoolize &&
    1.14  	automake --add-missing &&
    1.15  	autoconf &&
    1.16 +
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18 +	fix libtool &&
    1.19  	make &&
    1.20  	make DESTDIR=$install install
    1.21  }
    1.22  
    1.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 -genpkg_rules()
    1.25 -{
    1.26 +genpkg_rules() {
    1.27  	case $PACKAGE in
    1.28  		libharu)
    1.29  			copy @std