libraries/re2: Updated for version 2019_09_01
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
3f5da05d44
commit
8bb6816abf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for re2
|
||||
|
||||
# Copyright 2018 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2018-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=re2
|
||||
VERSION=${VERSION:-2018_10_01}
|
||||
VERSION=${VERSION:-2019_09_01}
|
||||
PKGVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -81,6 +81,7 @@ make install DESTDIR=$PKG prefix=/usr libdir=/usr/lib${LIBDIRSUFFIX}
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS BUILD CONTRIBUTING.md CONTRIBUTORS LICENSE README WORKSPACE \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="re2"
|
||||
VERSION="2018_10_01"
|
||||
VERSION="2019_09_01"
|
||||
HOMEPAGE="https://github.com/google/re2"
|
||||
DOWNLOAD="https://github.com/google/re2/archive/2018-10-01/re2-2018-10-01.tar.gz"
|
||||
MD5SUM="c15899039e49bffd1746c43e32f9e091"
|
||||
DOWNLOAD="https://github.com/google/re2/archive/2019-09-01/re2-2019-09-01.tar.gz"
|
||||
MD5SUM="7f866527b1def4b0287d9eb3e871b1dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue