From cb8028436fdab40ce2d2c4edf6997b79dbaaeadc Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:53:32 +0100 Subject: [PATCH] pcre recipe --- recipes/pcre/Makefile | 14 ++++++++++++++ recipes/pcre/README | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 recipes/pcre/Makefile create mode 100644 recipes/pcre/README diff --git a/recipes/pcre/Makefile b/recipes/pcre/Makefile new file mode 100644 index 0000000..db833fa --- /dev/null +++ b/recipes/pcre/Makefile @@ -0,0 +1,14 @@ +name = pcre +version = 8.44 +URL = https://ftp.pcre.org/pub/pcre/pcre-$(version).tar.gz + +CONFIGURE_OPTIONS_USER = --enable-utf8 \ + --enable-unicode-properties \ + --enable-pcre8 \ + --enable-pcre16 \ + --enable-pcre32 \ + --with-match-limit-recursion=8192 + + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk diff --git a/recipes/pcre/README b/recipes/pcre/README new file mode 100644 index 0000000..a933aaa --- /dev/null +++ b/recipes/pcre/README @@ -0,0 +1,2 @@ +man pages are currently in $(PREFIX)/man and that is why there is no -man split +they belong in $(PREFIX)/share/man