udftools: new package

Signed-off-by: Steve Kenton <skenton@ou.edu>
[Thomas: add hash for the license file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Steve Kenton 2018-01-22 15:31:38 -06:00 committed by Thomas Petazzoni
parent 2d020aeb60
commit aa33514bee
5 changed files with 29 additions and 0 deletions

View file

@ -1693,6 +1693,7 @@ F: package/dvdrw-tools/
F: package/memtest86/
F: package/mjpegtools/
F: package/tovid/
F: package/udftools/
F: package/xorriso/
N: Steve Thomas <scjthm@live.com>

View file

@ -196,6 +196,7 @@ menu "Filesystem and flash utilities"
source "package/squashfs/Config.in"
source "package/sshfs/Config.in"
source "package/sunxi-tools/Config.in"
source "package/udftools/Config.in"
source "package/unionfs/Config.in"
source "package/xfsprogs/Config.in"
endmenu

View file

@ -0,0 +1,12 @@
config BR2_PACKAGE_UDFTOOLS
bool "udftools"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_READLINE
help
Tools for creating UDF filesystems
Maintained fork of the 2004 Sourcforge package
https://github.com/pali/udftools
comment "udftools needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR

View file

@ -0,0 +1,3 @@
# Locally computed
sha256 67fe428d452901215cfad8049d250540c97114b1a20dd63277b91c2c4fae8292 udftools-2.0.tar.gz
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING

View file

@ -0,0 +1,12 @@
################################################################################
#
# 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
$(eval $(autotools-package))