From 3dfdc141809e2552dc8a558f72c3a6f0e30936f1 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 24 Apr 2008 16:56:06 +0000 Subject: add pcre --- package/pcre/Config.in | 5 +++++ package/pcre/pcre.mk | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 package/pcre/Config.in create mode 100644 package/pcre/pcre.mk (limited to 'package/pcre') diff --git a/package/pcre/Config.in b/package/pcre/Config.in new file mode 100644 index 000000000..d26a2715a --- /dev/null +++ b/package/pcre/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_PCRE + bool "pcre" + default n + help + Perl Compatible Regular Expressions diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk new file mode 100644 index 000000000..f6f7003d0 --- /dev/null +++ b/package/pcre/pcre.mk @@ -0,0 +1,18 @@ +############################################################# +# +# PCRE +# +############################################################# +PCRE_VERSION = 7.6 +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_INSTALL_STAGING = YES +PCRE_INSTALL_TARGET = YES + +PCRE_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ + --build=$(GNU_HOST_NAME) --prefix=/usr \ + --includedir=/usr/include + +PCRE_DEPENDENCIES = uclibc + +$(eval $(call AUTOTARGETS,package,pcre)) -- cgit v1.2.3