aa33514bee
Signed-off-by: Steve Kenton <skenton@ou.edu> [Thomas: add hash for the license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
379 B
Makefile
13 lines
379 B
Makefile
################################################################################
|
|
#
|
|
# udftools
|
|
#
|
|
################################################################################
|
|
|
|
UDFTOOLS_VERSION = 2.0
|
|
UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
|
|
UDFTOOLS_LICENSE = GPL-2.0+
|
|
UDFTOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|