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:
parent
2d020aeb60
commit
aa33514bee
@ -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>
|
||||
|
@ -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
|
||||
|
12
package/udftools/Config.in
Normal file
12
package/udftools/Config.in
Normal 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
|
3
package/udftools/udftools.hash
Normal file
3
package/udftools/udftools.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 67fe428d452901215cfad8049d250540c97114b1a20dd63277b91c2c4fae8292 udftools-2.0.tar.gz
|
||||
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
12
package/udftools/udftools.mk
Normal file
12
package/udftools/udftools.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user