lpeg: bump to version 1.0.1
[buildroot-gz.git] / package / libcddb / Config.in
blobf2bb827829fe5d42f2270ad3d6be6470a73f1e35
1 config BR2_PACKAGE_LIBCDDB
2         bool "libcddb"
3         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4         help
5           Libcddb is a C library to access data on a CDDB server
6           (freedb.org). It allows you to:
7             * search the database for possible CD matches;
8             * retrieve detailed information about a specific CD;
9             * submit new CD entries to the database.
11           http://libcddb.sourceforge.net/index.html
13 if BR2_PACKAGE_LIBCDDB
15 config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
16         bool "install cddb_query"
17         help
18           cddb_query is an optionnal libcddb test program.
20 endif