wok-next diff grep/receipt @ rev 20439

glibc: try to fix it again
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 22 16:14:21 2018 +0200 (2018-02-22)
parents 9a17d981d0f7
children 342b30daff76
line diff
     1.1 --- a/grep/receipt	Thu Jun 08 00:20:23 2017 +0300
     1.2 +++ b/grep/receipt	Thu Feb 22 16:14:21 2018 +0200
     1.3 @@ -1,30 +1,28 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="grep"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Global Regular Expression Print"
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/grep/"
    1.14 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/grep.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="pcre-dev perl gettext"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	./configure \
    1.26  		--bindir=/bin \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make && make install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	copy @std
    1.36  	DEPENDS="pcre"
    1.37 +	TAGS="LFS"
    1.38  }