mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
16 lines
518 B
Makefile
16 lines
518 B
Makefile
################################################################################
|
|
#
|
|
# exfatprogs
|
|
#
|
|
################################################################################
|
|
|
|
EXFATPROGS_VERSION = 1.0.4
|
|
EXFATPROGS_SITE = https://github.com/exfatprogs/exfatprogs/releases/download/$(EXFATPROGS_VERSION)
|
|
EXFATPROGS_LICENSE = GPL-2.0+
|
|
EXFATPROGS_LICENSE_FILES = COPYING
|
|
EXFATPROGS_DEPENDENCIES = host-pkgconf
|
|
HOST_EXFATPROGS_DEPENDENCIES = host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|