1config BR2_PACKAGE_LIBGTA
2	bool "libgta"
3	select BR2_PACKAGE_BZIP2
4	select BR2_PACKAGE_ZLIB
5	select BR2_PACKAGE_XZ
6	help
7	  Libgta is a portable library that implements the Generic
8	  Tagged Array (GTA) file format.
9
10	  https://marlam.de/gta
11