wok-next rev 21506

updated augeas (1.11.0 -> 1.12.0)
author Hans-G?nter Theisgen
date Fri Jun 19 08:02:39 2020 +0100 (2020-06-19)
parents 4c513ebef639
children ac39809c5fa1
files augeas/receipt
line diff
     1.1 --- a/augeas/receipt	Fri Jun 19 07:56:59 2020 +0100
     1.2 +++ b/augeas/receipt	Fri Jun 19 08:02:39 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="augeas"
     1.7 -VERSION="1.11.0"
     1.8 +VERSION="1.12.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Configuration editing tool"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,19 +11,21 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://download.augeas.net/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="readline-dev libxml2-dev"
    1.17 +BUILD_DEPENDS="libxml2-dev readline-dev"
    1.18  SPLIT="$PACKAGE-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	./configure \
    1.22 -		--disable-static \
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure			\
    1.26 +		--disable-static	\
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make &&
    1.30  	make install
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	case $PACKAGE in
    1.37  		augeas)
    1.38  			copy @std