# HG changeset patch # User Hans-G?nter Theisgen # Date 1559382609 -3600 # Node ID 9cc63da7035a6533cac54fc39ae834cf0877ac4c # Parent 9ad97542cf5c753143316427e82fc134c83e0d1b updated patch (2.7.4 -> 2.7.6) diff -r 9ad97542cf5c -r 9cc63da7035a patch/receipt --- a/patch/receipt Sat Jun 01 10:26:51 2019 +0100 +++ b/patch/receipt Sat Jun 01 10:50:09 2019 +0100 @@ -1,21 +1,24 @@ # SliTaz package receipt. PACKAGE="patch" -VERSION="2.7.4" +VERSION="2.7.6" CATEGORY="utilities" -SHORT_DESC="Utilitie to patch file with diff file." +SHORT_DESC="Utility to patch file with diff file." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://www.gnu.org/software/patch/patch.html" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.gnu.org/software/patch/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.