1################################################################################
2#
3# udftools
4#
5################################################################################
6
7UDFTOOLS_VERSION = 2.3
8UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
9UDFTOOLS_LICENSE = GPL-2.0+
10UDFTOOLS_LICENSE_FILES = COPYING
11UDFTOOLS_DEPENDENCIES = readline host-pkgconf
12
13$(eval $(autotools-package))
14