wok diff pcre/receipt @ rev 22153
updated xbindkeys (1.8.3 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 07:22:09 2019 +0100 (2019-11-07) |
parents | 7f34d19fe19e |
children | ab547e2cda64 |
line diff
1.1 --- a/pcre/receipt Sat Jun 18 19:48:35 2016 +0300 1.2 +++ b/pcre/receipt Thu Nov 07 07:22:09 2019 +0100 1.3 @@ -1,27 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre" 1.7 -VERSION="8.39" 1.8 +VERSION="8.43" 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 +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/$PACKAGE/$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-pcre16 \ 1.29 - --enable-pcre32 \ 1.30 - --enable-jit \ 1.31 - --enable-unicode-properties \ 1.32 + ./configure \ 1.33 + --prefix=/usr \ 1.34 + --enable-pcre16 \ 1.35 + --enable-pcre32 \ 1.36 + --enable-jit \ 1.37 + --enable-unicode-properties \ 1.38 $CONFIGURE_ARGS && 1.39 - make && make install 1.40 + make && 1.41 + make install 1.42 1.43 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 1.44 for i in $(find $install/usr/share/man -type l); do