mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Added the libtpl package
[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>
This commit is contained in:
committed by
Peter Korsgaard
parent
317352947b
commit
f21f4d43b3
6
package/libtpl/Config.in
Normal file
6
package/libtpl/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBTPL
|
||||
bool "libtpl"
|
||||
help
|
||||
Easily store and retrieve binary data in C
|
||||
|
||||
http://tpl.sourceforge.net/
|
||||
11
package/libtpl/libtpl.mk
Normal file
11
package/libtpl/libtpl.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user