From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: pcre
Date: Thu, 24 Apr 2008 09:56:06 -0700 (PDT) [thread overview]
Message-ID: <20080424165606.555523C7F7@busybox.net> (raw)
Author: ninevoltz
Date: 2008-04-24 09:56:06 -0700 (Thu, 24 Apr 2008)
New Revision: 21848
Log:
add pcre
Added:
trunk/buildroot/package/pcre/
trunk/buildroot/package/pcre/Config.in
trunk/buildroot/package/pcre/pcre.mk
Modified:
trunk/buildroot/package/Config.in
Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in 2008-04-24 16:54:29 UTC (rev 21847)
+++ trunk/buildroot/package/Config.in 2008-04-24 16:56:06 UTC (rev 21848)
@@ -56,6 +56,7 @@
source "package/pkgconfig/Config.in"
source "package/readline/Config.in"
source "package/valgrind/Config.in"
+source "package/pcre/Config.in"
comment "Other stuff"
source "package/at/Config.in"
Added: trunk/buildroot/package/pcre/Config.in
===================================================================
--- trunk/buildroot/package/pcre/Config.in (rev 0)
+++ trunk/buildroot/package/pcre/Config.in 2008-04-24 16:56:06 UTC (rev 21848)
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_PCRE
+ bool "pcre"
+ default n
+ help
+ Perl Compatible Regular Expressions
Added: trunk/buildroot/package/pcre/pcre.mk
===================================================================
--- trunk/buildroot/package/pcre/pcre.mk (rev 0)
+++ trunk/buildroot/package/pcre/pcre.mk 2008-04-24 16:56:06 UTC (rev 21848)
@@ -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))
next reply other threads:[~2008-04-24 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 16:56 ninevoltz at uclibc.org [this message]
2008-04-24 18:09 ` [Buildroot] svn commit: trunk/buildroot/package: pcre Peter Korsgaard
2008-04-24 18:24 ` John Voltz
2008-04-24 23:06 ` Thiago A. Corrêa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080424165606.555523C7F7@busybox.net \
--to=ninevoltz@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox