wok diff pcre/receipt @ rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
parents c9e270dd464f
children 9d254903769e
line diff
     1.1 --- a/pcre/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/pcre/receipt	Mon Apr 16 09:37:49 2018 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre"
     1.7 -VERSION="8.35"
     1.8 +VERSION="8.39"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Perl 5 Compatible Regular Expression Library"
    1.11 +SHORT_DESC="Perl 5 Compatible Regular Expression, library"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 @@ -16,11 +16,18 @@
    1.16  {
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19 -		--enable-unicode-properties \
    1.20  		--enable-pcre16 \
    1.21  		--enable-pcre32 \
    1.22 +		--enable-jit \
    1.23 +		--enable-unicode-properties \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make && make install
    1.26 +
    1.27 +	find $install/usr/share/man -type f -exec gzip -9 \{\} \;
    1.28 +	for i in $(find $install/usr/share/man -type l); do
    1.29 +		dest=$(readlink $i)
    1.30 +		rm $i; ln -s $dest.gz $i.gz
    1.31 +	done
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.