kumquat-buildroot/package/dotconf/dotconf.mk
Peter Seiderer 5336566668 package/dotconf: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-17 14:28:47 +01:00

16 lines
469 B
Makefile

################################################################################
#
# dotconf
#
################################################################################
DOTCONF_VERSION = 1.3
DOTCONF_SITE = $(call github,williamh,dotconf,v$(DOTCONF_VERSION))
DOTCONF_LICENSE = LGPL-2.1
DOTCONF_LICENSE_FILES = COPYING
DOTCONF_INSTALL_STAGING = YES
# dotconf source code is released without configure script
DOTCONF_AUTORECONF = YES
$(eval $(autotools-package))