summaryrefslogtreecommitdiffstats
path: root/recipes/taglib/taglib_1.4.bb
blob: e50eeb64902328782459b836ff75e5d270c2764e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"
SECTION = "libs/multimedia"
HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
LICENSE = "LGPL"
PR = "r2"

SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \
           file://taglib_1.4-8.diff.gz;patch=1"
S = "${WORKDIR}/taglib-${PV}"

inherit autotools pkgconfig binconfig

do_postpatch() {
	rm -rf patches && rm -rf .pc && mv -f debian/patches patches && quilt push -av
}
addtask postpatch after do_patch before do_configure

do_stage() {
	autotools_stage_all
}

PACKAGES =+ "${PN}-c"
FILES_${PN}-dbg += "${bindir}/taglib-config"
FILES_${PN}-c = "${libdir}/libtag_c.so.*"