summaryrefslogtreecommitdiff
path: root/homebrew/pcrexx/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pcrexx/.make.sh-auto')
-rw-r--r--homebrew/pcrexx/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/pcrexx/.make.sh-auto b/homebrew/pcrexx/.make.sh-auto
new file mode 100644
index 000000000..2a43ff115
--- /dev/null
+++ b/homebrew/pcrexx/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+pcre = Formula["pcre"]
+autoreconf -fvi
+pkg:configure --disable-dependency-tracking --disable-silent-rules --with-pcre-lib=#{pcre.opt_lib} --with-pcre-include=#{pcre.opt_include}
+make DESTDIR=${PKG_DEST} install
+mv man3/"Pcre.3", man3/"pcre++.3"