wok-next diff libdaq/receipt @ rev 20668

mupdf: up / fix build (1.13.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 13:08:01 2018 +0300 (2018-05-11)
parents a0bea82010d7
children d5aab818505e
line diff
     1.1 --- a/libdaq/receipt	Fri Oct 13 05:58:05 2017 +0300
     1.2 +++ b/libdaq/receipt	Fri May 11 13:08:01 2018 +0300
     1.3 @@ -14,19 +14,15 @@
     1.4  BUILD_DEPENDS="automake libtool flex bison libpcap-dev"
     1.5  SPLIT="libdaq-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./bootstrap &&
    1.12 -	./configure \
    1.13 -		$CONFIGURE_ARGS &&
    1.14 +	./configure $CONFIGURE_ARGS &&
    1.15 +	fix libtool &&
    1.16  	make -j1 &&
    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  		libdaq)
    1.26  			copy @std