wok diff patch/receipt @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
parents | 9e01bc6321ea |
children | 71360a13cd94 |
line diff
1.1 --- a/patch/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/patch/receipt Fri Dec 27 17:02:20 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.