wok diff make/receipt @ rev 21869

busybox/command_not_found: use $PATH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 10:59:33 2019 +0200 (2019-09-25)
parents 0f72b1c158cf
children 7619313c009f
line diff
     1.1 --- a/make/receipt	Sun Feb 08 21:37:06 2015 +0000
     1.2 +++ b/make/receipt	Wed Sep 25 10:59:33 2019 +0200
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="make"
     1.7 -VERSION="4.1"
     1.8 +VERSION="4.2.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Make to generate executables and other files from source."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://www.gnu.org/software/make/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnu.org/software/make/"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18 -HOST_ARCH="i486 arm x86_64"
    1.19  
    1.20  DEPENDS="glibc-base"
    1.21  BUILD_DEPENDS=""
    1.22  
    1.23 +HOST_ARCH="i486 arm x86_64"
    1.24 +
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	./configure $CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make -j 1 &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.