61b378e8a0
Drop all patches (already in version) and so autoreconf Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
425 B
Makefile
14 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# udftools
|
|
#
|
|
################################################################################
|
|
|
|
UDFTOOLS_VERSION = 2.2
|
|
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))
|