Added the libtpl package
authorSimon Dawson <spdawson@gmail.com>
Mon, 19 Mar 2012 10:23:55 +0000 (10:23 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Mar 2012 12:30:44 +0000 (13:30 +0100)
[Peter: drop _INSTALL_TARGET = NO as it installs a shared lib]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Config.in
package/libtpl/Config.in [new file with mode: 0644]
package/libtpl/libtpl.mk [new file with mode: 0644]

index f0ce9631d1c0d2376ade0029bb5a16d425cd984f..85583c61a0dc26aeb58c8c2a25ade84ebc743c6e 100644 (file)
@@ -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 (file)
index 0000000..a2c2c2d
--- /dev/null
@@ -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 (file)
index 0000000..e565bb9
--- /dev/null
@@ -0,0 +1,11 @@
+#############################################################
+#
+# libtpl
+#
+#############################################################
+LIBTPL_VERSION = 1.5
+LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2
+LIBTPL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tpl
+LIBTPL_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))