diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 18:53:03 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-24 18:53:03 +0000 |
commit | be3dc1bb5a1a3b33d42f0d0d5d6d617ccd69dec5 (patch) | |
tree | 5dbd958e8406f110db19e3e6f282d1907ff3b90e /openwrt/package/libid3tag/Config.in | |
parent | 01e95ed6aaf44653546d32360b6a52eda3f46e05 (diff) |
add libid3tag package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libid3tag/Config.in')
-rw-r--r-- | openwrt/package/libid3tag/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/libid3tag/Config.in b/openwrt/package/libid3tag/Config.in new file mode 100644 index 000000000..66d997d25 --- /dev/null +++ b/openwrt/package/libid3tag/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_LIBID3TAG + tristate "libid3tag - An ID3 tag manipulation library" +# default m if CONFIG_DEVEL + default n + select BR2_PACKAGE_ZLIB + help + libid3tag is a library for reading and (eventually) writing ID3 tags, both + ID3v1 and the various versions of ID3v2. + + http://mad.sourceforge.net/ + + Depends: zlib + |