From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Added the libtpl package
Date: Mon, 19 Mar 2012 10:23:55 +0000 [thread overview]
Message-ID: <1332152635-26299-1-git-send-email-spdawson@gmail.com> (raw)
From: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/Config.in | 1 +
package/libtpl/Config.in | 6 ++++++
package/libtpl/libtpl.mk | 14 ++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 package/libtpl/Config.in
create mode 100644 package/libtpl/libtpl.mk
diff --git a/package/Config.in b/package/Config.in
index f0ce963..85583c6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -386,6 +386,7 @@ source "package/libglib2/Config.in"
source "package/libical/Config.in"
source "package/libnspr/Config.in"
source "package/libsigc/Config.in"
+source "package/libtpl/Config.in"
source "package/liburcu/Config.in"
source "package/lttng-libust/Config.in"
source "package/orc/Config.in"
diff --git a/package/libtpl/Config.in b/package/libtpl/Config.in
new file mode 100644
index 0000000..a2c2c2d
--- /dev/null
+++ b/package/libtpl/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBTPL
+ bool "libtpl"
+ help
+ Easily store and retrieve binary data in C
+
+ http://tpl.sourceforge.net/
diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk
new file mode 100644
index 0000000..96a2228
--- /dev/null
+++ b/package/libtpl/libtpl.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libtpl
+#
+#############################################################
+LIBTPL_VERSION = 1.5
+LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2
+LIBTPL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tpl
+
+# N.B. A static library is built, so don't install to target
+LIBTPL_INSTALL_STAGING = YES
+LIBTPL_INSTALL_TARGET = NO
+
+$(eval $(call AUTOTARGETS))
--
1.7.5.4
next reply other threads:[~2012-03-19 10:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 10:23 spdawson at gmail.com [this message]
2012-03-19 12:33 ` [Buildroot] [PATCH] Added the libtpl package Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2012-03-19 8:58 spdawson at gmail.com
2012-03-19 9:52 ` Thomas Petazzoni
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=1332152635-26299-1-git-send-email-spdawson@gmail.com \
--to=spdawson@gmail.com \
--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