wok diff pcre2/receipt @ rev 23039
updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 09:31:52 2020 +0100 (2020-03-04) |
parents | 7f34d19fe19e |
children | 38896e180d6c |
line diff
1.1 --- a/pcre2/receipt Sat Jun 18 19:48:35 2016 +0300 1.2 +++ b/pcre2/receipt Wed Mar 04 09:31:52 2020 +0100 1.3 @@ -1,26 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre2" 1.7 -VERSION="10.21" 1.8 +VERSION="10.32" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Perl 5 Compatible Regular Expression 2, library" 1.11 +SHORT_DESC="Perl 5 Compatible Regular Expression 2, library." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.pcre.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.pcre.org/" 1.18 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 1.19 +WGET_URL="$SF_MIRROR/pcre/$TARBALL" 1.20 + 1.21 HOST_ARCH="i486 arm" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --enable-pcre2-16 \ 1.29 - --enable-pcre2-32 \ 1.30 - --enable-jit \ 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --enable-pcre2-16 \ 1.34 + --enable-pcre2-32 \ 1.35 + --enable-jit \ 1.36 $CONFIGURE_ARGS && 1.37 - make && make install 1.38 + make && 1.39 + make install 1.40 1.41 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.42 for i in $(find $install/usr/share/man -type l); do