diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 09:05:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 09:05:09 +0000 |
commit | 9801b47b79b2e15c1a36dff910cc434dccbfcc05 (patch) | |
tree | 7dafd961460c2d1daaa3a40db01bc5fe987d4288 /packages/libid3/libid3_1.1.bb | |
parent | b17a019844e5d5f2de10a086b89101b38b09faa5 (diff) |
add libid3, (yet) another library for reading out id3 tags
Diffstat (limited to 'packages/libid3/libid3_1.1.bb')
-rw-r--r-- | packages/libid3/libid3_1.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libid3/libid3_1.1.bb b/packages/libid3/libid3_1.1.bb new file mode 100644 index 0000000000..9abb9375f4 --- /dev/null +++ b/packages/libid3/libid3_1.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "libID3 is a small C library to parse ID3 tags. \ +It uses as little memory as possible, and has both DOM- and SAX-like models." +SECTION = "libs/multimedia" +LICENSE = "LGPL" + +SRC_URI = "http://download.tangent.org/libid3-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + |