blob: e5bf59137e7a49abad73b47d58a8f422068fcce9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
################################################################################
#
# 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
UDFTOOLS_AUTORECONF = YES
UDFTOOLS_DEPENDENCIES = readline host-pkgconf
$(eval $(autotools-package))
|