matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / mythtv / gmyth-upnp_0.7.0.bb
blobbe16cea59a685e6f3b526aebf1365cdebec95eab
1 DESCRIPTION = "GMyth is a library to access MythTV backend services."
2 LICENSE = "LGPLv2""
3 HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
5 PR = "r3"
7 DEPENDS = "glib-2.0 mysql gmyth libupnp"
9 SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}_0.7-indt1.tar.gz"
10 S = "${WORKDIR}/${PN}"
12 inherit autotools
14 AUTOTOOLS_STAGE_PKGCONFIG = "1"
16 do_compile_append() {
17 sed -i -e s:${STAGING_DIR_TARGET}::g \
18 -e s,Version:,Version:\ 0\.7\.0,g \
19 -e s:/${TARGET_SYS}::g \
20 -e s:clinkc::g \
21 gmyth-upnp.pc
24 do_install_append() {
25 mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test
28 SRC_URI[md5sum] = "29e58ea47e1548d70e4498cabca249a6"
29 SRC_URI[sha256sum] = "f028ae7b331fdac9e5e70e4827fe1bcfa0274a9539e4224a9a49441776b2b517"