add libid3tag package
[openwrt/staging/mkresin.git] / openwrt / package / libid3tag / Config.in
1 config BR2_PACKAGE_LIBID3TAG
2 tristate "libid3tag - An ID3 tag manipulation library"
3 # default m if CONFIG_DEVEL
4 default n
5 select BR2_PACKAGE_ZLIB
6 help
7 libid3tag is a library for reading and (eventually) writing ID3 tags, both
8 ID3v1 and the various versions of ID3v2.
9
10 http://mad.sourceforge.net/
11
12 Depends: zlib
13