kumquat-buildroot/package/udftools/udftools.mk
Fabrice Fontaine a7953bfa0f package/udftools: bump to version 2.3
Update indentation in hash file (two spaces)

https://github.com/pali/udftools/releases/tag/2.3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-03-01 22:34:48 +01:00

14 lines
425 B
Makefile

################################################################################
#
# udftools
#
################################################################################
UDFTOOLS_VERSION = 2.3
UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
UDFTOOLS_LICENSE = GPL-2.0+
UDFTOOLS_LICENSE_FILES = COPYING
UDFTOOLS_DEPENDENCIES = readline host-pkgconf
$(eval $(autotools-package))