pcre: 8.45

This commit is contained in:
Dylan Araps 2021-07-08 01:20:53 +03:00
parent 34ed526da3
commit b045277111
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 13 additions and 0 deletions

10
extra/pcre/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-unicode-properties
make
make DESTDIR="$1" install
rm -rf "${1:?}/usr/share"

1
extra/pcre/checksums Normal file
View File

@ -0,0 +1 @@
4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09

1
extra/pcre/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz

1
extra/pcre/version Normal file
View File

@ -0,0 +1 @@
8.45 1