forked from kiss-community/repo
pcre: 8.45
This commit is contained in:
parent
34ed526da3
commit
b045277111
10
extra/pcre/build
Executable file
10
extra/pcre/build
Executable 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
1
extra/pcre/checksums
Normal file
@ -0,0 +1 @@
|
||||
4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
|
1
extra/pcre/sources
Normal file
1
extra/pcre/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
|
1
extra/pcre/version
Normal file
1
extra/pcre/version
Normal file
@ -0,0 +1 @@
|
||||
8.45 1
|
Loading…
Reference in New Issue
Block a user