Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package:  pcre
@ 2008-04-24 16:56 ninevoltz at uclibc.org
  2008-04-24 18:09 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-24 16:56 UTC (permalink / raw)
  To: buildroot

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))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package:  pcre
  2008-04-24 16:56 [Buildroot] svn commit: trunk/buildroot/package: pcre ninevoltz at uclibc.org
@ 2008-04-24 18:09 ` Peter Korsgaard
  2008-04-24 18:24   ` John Voltz
  2008-04-24 23:06   ` Thiago A. Corrêa
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2008-04-24 18:09 UTC (permalink / raw)
  To: buildroot

>>>>> "ninevoltz" == ninevoltz  <ninevoltz@uclibc.org> writes:

 ninevoltz> Author: ninevoltz
 ninevoltz> Date: 2008-04-24 09:56:06 -0700 (Thu, 24 Apr 2008)
 ninevoltz> New Revision: 21848

 ninevoltz> Log:
 ninevoltz> add pcre

 ninevoltz> +#############################################################
 ninevoltz> +#
 ninevoltz> +# PCRE
 ninevoltz> +#
 ninevoltz> +#############################################################
 ninevoltz> +PCRE_VERSION = 7.6
 ninevoltz> +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
 ninevoltz> +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
 ninevoltz> +PCRE_INSTALL_STAGING = YES
 ninevoltz> +PCRE_INSTALL_TARGET = YES
 ninevoltz> +
 ninevoltz> +PCRE_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
 ninevoltz> +        --build=$(GNU_HOST_NAME) --prefix=/usr \
 ninevoltz> +        --includedir=/usr/include

Is --includedir needed?


-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: pcre
  2008-04-24 18:09 ` Peter Korsgaard
@ 2008-04-24 18:24   ` John Voltz
  2008-04-24 23:06   ` Thiago A. Corrêa
  1 sibling, 0 replies; 4+ messages in thread
From: John Voltz @ 2008-04-24 18:24 UTC (permalink / raw)
  To: buildroot

This one was created by Arnar Mar Sigurdsson. He'll have to answer that
question, I don't use it myself.

John


On Thu, Apr 24, 2008 at 2:09 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:

> >>>>> "ninevoltz" == ninevoltz  <ninevoltz@uclibc.org> writes:
>
>  ninevoltz> Author: ninevoltz
>  ninevoltz> Date: 2008-04-24 09:56:06 -0700 (Thu, 24 Apr 2008)
>  ninevoltz> New Revision: 21848
>
>  ninevoltz> Log:
>  ninevoltz> add pcre
>
>  ninevoltz> +#############################################################
>  ninevoltz> +#
>  ninevoltz> +# PCRE
>  ninevoltz> +#
>  ninevoltz> +#############################################################
>  ninevoltz> +PCRE_VERSION = 7.6
>  ninevoltz> +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
>  ninevoltz> +PCRE_SITE =
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
>  ninevoltz> +PCRE_INSTALL_STAGING = YES
>  ninevoltz> +PCRE_INSTALL_TARGET = YES
>  ninevoltz> +
>  ninevoltz> +PCRE_CONF_OPT = --target=$(GNU_TARGET_NAME)
> --host=$(GNU_TARGET_NAME) \
>  ninevoltz> +        --build=$(GNU_HOST_NAME) --prefix=/usr \
>  ninevoltz> +        --includedir=/usr/include
>
> Is --includedir needed?
>
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080424/5886d89e/attachment.htm 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: pcre
  2008-04-24 18:09 ` Peter Korsgaard
  2008-04-24 18:24   ` John Voltz
@ 2008-04-24 23:06   ` Thiago A. Corrêa
  1 sibling, 0 replies; 4+ messages in thread
From: Thiago A. Corrêa @ 2008-04-24 23:06 UTC (permalink / raw)
  To: buildroot

>   ninevoltz> +PCRE_VERSION = 7.6
>   ninevoltz> +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
>   ninevoltz> +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
>   ninevoltz> +PCRE_INSTALL_STAGING = YES
>   ninevoltz> +PCRE_INSTALL_TARGET = YES
>   ninevoltz> +
>   ninevoltz> +PCRE_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
>   ninevoltz> +        --build=$(GNU_HOST_NAME) --prefix=/usr \
>   ninevoltz> +        --includedir=/usr/include
>
>  Is --includedir needed?
>

It just doesn't seam right. If it's needed, then it's using the host includes.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-24 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 16:56 [Buildroot] svn commit: trunk/buildroot/package: pcre ninevoltz at uclibc.org
2008-04-24 18:09 ` Peter Korsgaard
2008-04-24 18:24   ` John Voltz
2008-04-24 23:06   ` Thiago A. Corrêa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox