wok-current diff m4/receipt @ rev 25434
Up znc (1.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 29 10:14:47 2022 +0000 (2022-08-29) |
parents | 71360a13cd94 |
children | 5926178cd6fa |
line diff
1.1 --- a/m4/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/m4/receipt Mon Aug 29 10:14:47 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="m4" 1.7 -VERSION="1.4.18" 1.8 +VERSION="1.4.19" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU traditional Unix macro processor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,6 +11,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 +SUGGESTED="m4-lang" 1.17 DEPENDS="glibc-base" 1.18 BUILD_DEPENDS="" 1.19 1.20 @@ -27,13 +28,12 @@ 1.21 compile_rules() 1.22 { 1.23 ./configure $CONFIGURE_ARGS && 1.24 - make -j 1 && 1.25 + make && 1.26 make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $install/usr/bin $fs/usr 1.34 + cook_copy_folders bin 1.35 }