# HG changeset patch # User Hans-G?nter Theisgen # Date 1556034064 -3600 # Node ID 3def4bd896c862d8aa6e37a58e3c37d740f8129a # Parent a8354ef57fe4b0375abe16abd774e08a935546e1 updated m4 (1.4.17 -> 1.4.18) diff -r a8354ef57fe4 -r 3def4bd896c8 m4/receipt --- a/m4/receipt Tue Apr 23 16:08:29 2019 +0100 +++ b/m4/receipt Tue Apr 23 16:41:04 2019 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="m4" -VERSION="1.4.17" +VERSION="1.4.18" CATEGORY="development" SHORT_DESC="GNU traditional Unix macro processor." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://www.gnu.org/software/m4/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.gnu.org/software/m4/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="glibc-base" BUILD_DEPENDS="" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && - make && + make -j 1 && make install }