wok-6.x diff grep/receipt @ rev 24657

updated icewm (1.6.4 -> 2.9.6)
author Hans-G?nter Theisgen
date Fri Mar 11 07:48:38 2022 +0100 (2022-03-11)
parents 71360a13cd94
children 125ccb253e50
line diff
     1.1 --- a/grep/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/grep/receipt	Fri Mar 11 07:48:38 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grep"
     1.7 -VERSION="3.4"
     1.8 +VERSION="3.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Global Regular Expression Print."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -11,6 +11,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +SUGGESTED="grep-lang"
    1.17  DEPENDS="pcre"
    1.18  BUILD_DEPENDS="pcre-dev"
    1.19  
    1.20 @@ -25,7 +26,7 @@
    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  	find $install/usr/share/man -type f -exec gzip -9 \{\} \;
    1.29 @@ -34,10 +35,7 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/share
    1.34 -
    1.35 -	cp -a $install/usr/bin		$fs
    1.36 -	cp -a $install/usr/share/man	$fs/usr/share
    1.37 +	cook_copy_folders	bin
    1.38  }
    1.39  
    1.40  post_remove()