aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libid3/libid3_1.1.bb
blob: 10da288a2b9e15f8e73ce32bbc57f8bd2f005a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
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

SRC_URI[md5sum] = "e089e8c8c7276373db0a856c508bd8f9"
SRC_URI[sha256sum] = "117831ba06b255ede3cc318278108d19db972b6365c3d80d374d8f888f834c98"