pcre recipe
This commit is contained in:
parent
bf2ac65ca9
commit
cb8028436f
14
recipes/pcre/Makefile
Normal file
14
recipes/pcre/Makefile
Normal file
@ -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
|
2
recipes/pcre/README
Normal file
2
recipes/pcre/README
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user