wok rev 21048

updated indent (2.2.10 -> 2.2.12)
author Hans-G?nter Theisgen
date Tue Mar 12 16:47:06 2019 +0100 (2019-03-12)
parents 0015dedd2f15
children ba731f2b3f4b
files indent/receipt
line diff
     1.1 --- a/indent/receipt	Tue Mar 12 16:40:34 2019 +0100
     1.2 +++ b/indent/receipt	Tue Mar 12 16:47:06 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="indent"
     1.7 -VERSION="2.2.10"
     1.8 +VERSION="2.2.12"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A tool for formatting C code."
    1.11  MAINTAINER="lufeng369@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://www.gnu.org/software/indent/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnu.org/software/indent/"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20 @@ -15,7 +16,10 @@
    1.21  {
    1.22  	rm -f man/indent.1
    1.23  	sed -i 's|/doc/|/share&|' doc/Makefile*
    1.24 -	./configure $CONFIGURE_ARGS && make -j 1 && make install
    1.25 +
    1.26 +	./configure $CONFIGURE_ARGS &&
    1.27 +	make -j 1 &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.