wok-next diff m4/receipt @ rev 19568

Up: m4, make, patch, perl, sed, tar, texinfo, util-linux, xz. The end of the Chapter 5.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 21 23:21:13 2016 +0200 (2016-12-21)
parents ff335549cb5f
children 7387df590f12
line diff
     1.1 --- a/m4/receipt	Sat Feb 14 22:43:51 2015 +0000
     1.2 +++ b/m4/receipt	Wed Dec 21 23:21:13 2016 +0200
     1.3 @@ -6,10 +6,11 @@
     1.4  SHORT_DESC="GNU traditional Unix macro processor."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 +WEB_SITE="https://www.gnu.org/software/m4/m4.html"
     1.8 +HOST_ARCH="i486 arm"
     1.9 +
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11 -WEB_SITE="http://www.gnu.org/software/m4/"
    1.12  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.13 -HOST_ARCH="i486 arm"
    1.14  
    1.15  DEPENDS="glibc-base"
    1.16  BUILD_DEPENDS=""
    1.17 @@ -17,15 +18,11 @@
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	cd $src
    1.22 -	./configure $CONFIGURE_ARGS &&
    1.23 -	make &&
    1.24 -	make install
    1.25 +	./configure $CONFIGURE_ARGS && make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/bin $fs/usr
    1.33 +	cook_copy_files m4
    1.34  }