Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_EXFAT_UTILS
bool "exfat-utils"
depends on BR2_USE_WCHAR
help
exFAT filesystem utilities.
https://github.com/relan/exfat
comment "exfat-utils needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea exfat-utils-1.2.3.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# exfat-utils
#
################################################################################
EXFAT_UTILS_VERSION = 1.2.3
EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
EXFAT_UTILS_LICENSE = GPLv3+
EXFAT_UTILS_LICENSE_FILES = COPYING
$(eval $(autotools-package))