wok-6.x diff m4/receipt @ rev 21482
updated mpd (0.17.2 -> 0.21.8)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 01 09:38:09 2019 +0100 (2019-05-01) |
parents | ff335549cb5f |
children | 71360a13cd94 |
line diff
1.1 --- a/m4/receipt Sat Feb 14 22:43:51 2015 +0000 1.2 +++ b/m4/receipt Wed May 01 09:38:09 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