wok-next diff libconfig/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 0ec6086e21d6
children d5aab818505e
line diff
     1.1 --- a/libconfig/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libconfig/receipt	Fri Oct 12 16:40:30 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libconfig"
     1.7 -VERSION="1.6"
     1.8 +VERSION="1.7.2"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="C/C++ Configuration File Library"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,13 +11,19 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/hyperrealm/libconfig/archive/v$VERSION.tar.gz"
    1.15  
    1.16 -BUILD_DEPENDS="texinfo"
    1.17 +BUILD_DEPENDS="automake libtool texinfo"
    1.18  SPLIT="libconfig-dev"
    1.19  
    1.20  compile_rules() {
    1.21 -	# See: https://github.com/hyperrealm/libconfig/issues/47
    1.22 -	rm lib/scanner.c
    1.23 +#?	# See: https://github.com/hyperrealm/libconfig/issues/47
    1.24 +#	rm lib/scanner.c
    1.25  
    1.26 +#	mkdir build
    1.27 +#	cd    build
    1.28 +#	cmake .. &&
    1.29 +#
    1.30 +#
    1.31 +	autoreconf -vi &&
    1.32  	./configure $CONFIGURE_ARGS &&
    1.33  	fix libtool &&
    1.34  	make &&