kumquat-buildroot/package/lcdapi/lcdapi.mk
Bernd Kuhls 8defd9c730 package/lcdapi: bump version to v0.10
Removed patch to fix docs install after upstream fixed the problem:
34e1d3b260

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-07 13:26:04 +02:00

21 lines
506 B
Makefile

################################################################################
#
# lcdapi
#
################################################################################
LCDAPI_VERSION = v0.10
LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION))
LCDAPI_LICENSE = LGPLv2.1+
LCDAPI_LICENSE_FILES = COPYING
LCDAPI_AUTORECONF = YES
LCDAPI_INSTALL_STAGING = YES
define LCDAPI_CREATE_M4_DIR
mkdir -p $(@D)/m4
endef
LCDAPI_POST_PATCH_HOOKS += LCDAPI_CREATE_M4_DIR
$(eval $(autotools-package))