aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libid3tag/libid3tag_0.15.1b.bb
blob: efa8699e7e984b96cc2df15947499a362a43c0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "zlib"
DESCRIPTION = "Library for interacting with ID3 tags."
LICENSE = "GPL"

SRC_URI = "http://downloads.sourceforge.net/mad/libid3tag-${PV}.tar.gz"
S = "${WORKDIR}/libid3tag-${PV}"

inherit autotools

EXTRA_OECONF = "-enable-speed"

do_stage() {
	oe_libinstall -so libid3tag ${STAGING_LIBDIR}
        install -m 0644 id3tag.h ${STAGING_INCDIR}
}