aboutsummaryrefslogtreecommitdiff
path: root/extra/pcre/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-09 16:02:32 +0300
committerCem Keylan <cem@ckyln.com>2021-02-09 16:02:32 +0300
commitf4b92e8f2ab151d71c2c0af657891a7e741ba40b (patch)
tree49f8d034a3bd6089528e3acc648902f56b75210f /extra/pcre/build
parent77a9755bb5302bd5843f6118539007ae621ada98 (diff)
downloadrepository-f4b92e8f2ab151d71c2c0af657891a7e741ba40b.tar.gz
pcre: add new package at 8.44
Diffstat (limited to 'extra/pcre/build')
-rwxr-xr-xextra/pcre/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/pcre/build b/extra/pcre/build
new file mode 100755
index 00000000..9e66a4b3
--- /dev/null
+++ b/extra/pcre/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-utf8 \
+ --enable-unicode-properties
+
+make
+make DESTDIR="$1" install