From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: gperf
Date: Tue, 8 Jul 2008 21:27:46 -0700 (PDT) [thread overview]
Message-ID: <20080709042746.AE27F3C6A2@busybox.net> (raw)
Author: ulf
Date: 2008-07-08 21:27:45 -0700 (Tue, 08 Jul 2008)
New Revision: 22696
Log:
Add gperf, perfect hash generator
Added:
trunk/buildroot/package/gperf/
trunk/buildroot/package/gperf/Config.in
trunk/buildroot/package/gperf/gperf.mk
Modified:
trunk/buildroot/package/Config.in
Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in 2008-07-08 20:41:57 UTC (rev 22695)
+++ trunk/buildroot/package/Config.in 2008-07-09 04:27:45 UTC (rev 22696)
@@ -71,6 +71,7 @@
source "package/dash/Config.in"
source "package/file/Config.in"
source "package/gamin/Config.in"
+source "package/gperf/Config.in"
source "package/icu/Config.in"
source "package/ipkg/Config.in"
source "package/kexec/Config.in"
Added: trunk/buildroot/package/gperf/Config.in
===================================================================
--- trunk/buildroot/package/gperf/Config.in (rev 0)
+++ trunk/buildroot/package/gperf/Config.in 2008-07-09 04:27:45 UTC (rev 22696)
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_GPERF
+ bool "gperf"
+ default n
+ help
+ A 'perfect hash function' generator
+
+ $(BR2_GNU_MIRROR)
Added: trunk/buildroot/package/gperf/gperf.mk
===================================================================
--- trunk/buildroot/package/gperf/gperf.mk (rev 0)
+++ trunk/buildroot/package/gperf/gperf.mk 2008-07-09 04:27:45 UTC (rev 22696)
@@ -0,0 +1,22 @@
+#############################################################
+#
+# gperf
+#
+#############################################################
+GPERF_VERSION = 3.0.3
+GPERF_SOURCE = gperf-$(GPERF_VERSION).tar.gz
+GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
+GPERF_AUTORECONF = NO
+GPERF_INSTALL_STAGING = YES
+GPERF_INSTALL_TARGET = YES
+GPERF_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+GPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+
+GPERF_CONF_ENV =
+
+GPERF_CONF_OPT =
+
+GPERF_DEPENDENCIES = uclibc
+
+$(eval $(call AUTOTARGETS,package,gperf))
+
next reply other threads:[~2008-07-09 4:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-09 4:27 ulf at uclibc.org [this message]
2008-07-09 7:14 ` [Buildroot] svn commit: trunk/buildroot/package: gperf Peter Korsgaard
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=20080709042746.AE27F3C6A2@busybox.net \
--to=ulf@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