From f21f4d43b325c3cbad126b8f10fd24498c6af285 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Mon, 19 Mar 2012 10:23:55 +0000 Subject: Added the libtpl package [Peter: drop _INSTALL_TARGET = NO as it installs a shared lib] Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/libtpl/Config.in | 6 ++++++ package/libtpl/libtpl.mk | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 package/libtpl/Config.in create mode 100644 package/libtpl/libtpl.mk (limited to 'package/libtpl') diff --git a/package/libtpl/Config.in b/package/libtpl/Config.in new file mode 100644 index 000000000..a2c2c2de3 --- /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 000000000..e565bb933 --- /dev/null +++ b/package/libtpl/libtpl.mk @@ -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)) -- cgit v1.2.3-55-g7522