wok rev 21662

updated patch (2.7.4 -> 2.7.6)
author Hans-G?nter Theisgen
date Sat Jun 01 10:50:09 2019 +0100 (2019-06-01)
parents 9ad97542cf5c
children 0847cb95b143
files patch/receipt
line diff
     1.1 --- a/patch/receipt	Sat Jun 01 10:26:51 2019 +0100
     1.2 +++ b/patch/receipt	Sat Jun 01 10:50:09 2019 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="patch"
     1.7 -VERSION="2.7.4"
     1.8 +VERSION="2.7.6"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Utilitie to patch file with diff file."
    1.11 +SHORT_DESC="Utility to patch file with diff file."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/patch/patch.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="http://www.gnu.org/software/patch/"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	./configure $CONFIGURE_ARGS && 
    1.26 -	make && make install
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.