wok diff pcre/receipt @ rev 21194
systemd: corrected build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 05 17:53:25 2019 +0100 (2019-04-05) |
parents | c9e270dd464f |
children | 9d254903769e |
line diff
1.1 --- a/pcre/receipt Thu Apr 23 16:47:39 2015 +0300 1.2 +++ b/pcre/receipt Fri Apr 05 17:53:25 2019 +0100 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.