blob: 9abb9375f4e1ea108ecb9ed07e04845363c35cac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}
|