kumquat-buildroot/package/libtpl/libtpl.mk
Mischa Jonker e5c392830e packages: convert Github http:// users to the github helper
[Thomas: taken from Mischa original github patch.]

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-06 22:38:26 +01:00

22 lines
641 B
Makefile

################################################################################
#
# libtpl
#
################################################################################
LIBTPL_VERSION = 445b4e9f236a48e274eaace31acf56d700da142a
LIBTPL_SITE = $(call github,troydhanson,tpl,$(LIBTPL_VERSION))
LIBTPL_INSTALL_STAGING = YES
LIBTPL_LICENSE = BSD-like
LIBTPL_LICENSE_FILES = LICENSE
LIBTPL_AUTORECONF = YES
LIBTPL_AUTORECONF_OPT = --install --force
define LIBTPL_CREATE_MISSING_FILES
touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING
endef
LIBTPL_POST_EXTRACT_HOOKS += LIBTPL_CREATE_MISSING_FILES
$(eval $(autotools-package))