]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/udftools/udftools.mk
udftool: add missing dependency on readline
[coffee/buildroot.git] / package / udftools / udftools.mk
1 ################################################################################
2 #
3 # udftools
4 #
5 ################################################################################
6
7 UDFTOOLS_VERSION = 2.0
8 UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
9 UDFTOOLS_LICENSE = GPL-2.0+
10 UDFTOOLS_LICENSE_FILES = COPYING
11 UDFTOOLS_DEPENDENCIES = readline
12
13 $(eval $(autotools-package))