summaryrefslogtreecommitdiffstats
path: root/package/libid3tag/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 18:53:03 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 18:53:03 +0000
commit951f2c10da4078014f9685fb3e263b1691d80fe7 (patch)
tree182ab742366e04cc096a70d5e8995c1f233ab27a /package/libid3tag/Config.in
parentae1cc04e435e3fff9ec36cfbea28a8d4e6b21e03 (diff)
add libid3tag package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libid3tag/Config.in')
-rw-r--r--package/libid3tag/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libid3tag/Config.in b/package/libid3tag/Config.in
new file mode 100644
index 000000000..66d997d25
--- /dev/null
+++ b/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
+