mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
21 lines
506 B
Makefile
21 lines
506 B
Makefile
################################################################################
|
|
#
|
|
# lcdapi
|
|
#
|
|
################################################################################
|
|
|
|
LCDAPI_VERSION = 0.11
|
|
LCDAPI_SITE = $(call github,spdawson,lcdapi,v$(LCDAPI_VERSION))
|
|
LCDAPI_LICENSE = LGPL-2.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))
|