kumquat-buildroot/package/libllcp/libllcp.mk
Maxime Hadjinlian 930976c7db libllcp: Bump version and change site
Google Code is a closing forge, libllcp has already made the move to Github.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-26 23:15:19 +02:00

19 lines
621 B
Makefile

################################################################################
#
# libllcp
#
################################################################################
LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa
LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION))
LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
# There's no ./configure in the repository, so we need to autoreconf
LIBLLCP_AUTORECONF = YES
LIBLLCP_INSTALL_STAGING = YES
LIBLLCP_LICENSE = GPLv3+
LIBLLCP_LICENSE_FILES = COPYING
# ensure graphviz isn't used
LIBLLCP_CONF_ENV = ac_cv_path_DOT=
$(eval $(autotools-package))