wok rev 21410
updated m4 (1.4.17 -> 1.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 23 16:41:04 2019 +0100 (2019-04-23) |
parents | a8354ef57fe4 |
children | a3ac71e60068 |
files | m4/receipt |
line diff
1.1 --- a/m4/receipt Tue Apr 23 16:08:29 2019 +0100 1.2 +++ b/m4/receipt Tue Apr 23 16:41:04 2019 +0100 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="m4" 1.7 -VERSION="1.4.17" 1.8 +VERSION="1.4.18" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU traditional Unix macro processor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://www.gnu.org/software/m4/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.gnu.org/software/m4/" 1.17 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="glibc-base" 1.21 BUILD_DEPENDS="" 1.22 1.23 +HOST_ARCH="i486 arm" 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 && 1.31 + make -j 1 && 1.32 make install 1.33 } 1.34