initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / taglib / taglib_1.4.bb
blob2e40a29ad9aff06de0b218f5c9b3823a9e24daab
1 DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"
2 SECTION = "libs/multimedia"
3 HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
4 LICENSE = "LGPL"
5 PR = "r2"
7 SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \
8 file://taglib_1.4-8.diff.gz"
9 S = "${WORKDIR}/taglib-${PV}"
11 inherit autotools pkgconfig binconfig
13 do_postpatch() {
14 rm -rf patches && rm -rf .pc && mv -f debian/patches patches && quilt push -av
16 addtask postpatch after do_patch before do_configure
18 PACKAGES =+ "${PN}-c"
19 FILES_${PN}-dbg += "${bindir}/taglib-config"
20 FILES_${PN}-c = "${libdir}/libtag_c.so.*"
22 SRC_URI[md5sum] = "dcd50ddb2544faeae77f194804559404"
23 SRC_URI[sha256sum] = "0ff805bb8dbf72a45d347f2310f7e5c86e2e7419a069d546e53cf5f221c196ab"