diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
commit | b669962c250fb4a2a8c5badfe5b3717569b80abc (patch) | |
tree | b75f8720b17f1fe93c76dc19407dc86cd73ad555 /packages/libid3/libid3_1.1.bb | |
parent | a14b857a5eb21816991ca6ec50c9520f9bcc61dd (diff) | |
parent | 2f7f445a9c6463ce4a7cec1844911085b1536b1c (diff) |
merge of 'a9d59f7c5db704e36d7f7dbda87b750cabbbc775'
and 'fcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f'
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 +} + |