Files
buildroot/package/dotconf/dotconf.mk
Peter Seiderer 1fd8391ab3 package/dotconf: bump version to 1.4.1
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-05-09 17:57:48 +02:00

16 lines
471 B
Makefile

################################################################################
#
# dotconf
#
################################################################################
DOTCONF_VERSION = 1.4.1
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))