let ipkg fail when a package file to be installed is not found
[openwrt/staging/dedeckeh.git] / openwrt / package / libid3tag / Config.in
1 config BR2_PACKAGE_LIBID3TAG
2 prompt "libid3tag......................... An ID3 tag manipulation library"
3 tristate
4 default m if CONFIG_DEVEL
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