aboutsummaryrefslogtreecommitdiffstats
path: root/package/libid3tag/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-24 18:53:03 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-24 18:53:03 +0000
commit128c3027fe25484f29a3f6b21151b459fed1d83a (patch)
tree182ab742366e04cc096a70d5e8995c1f233ab27a /package/libid3tag/Config.in
parentaa2fd8733a7757bb82f18bedfe769253e3d74552 (diff)
downloadmaster-187ad058-128c3027fe25484f29a3f6b21151b459fed1d83a.tar.gz
master-187ad058-128c3027fe25484f29a3f6b21151b459fed1d83a.tar.bz2
master-187ad058-128c3027fe25484f29a3f6b21151b459fed1d83a.zip
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 0000000000..66d997d25c
--- /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
+