help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / mythtv / gmyth-upnp_0.7.0.bb
blob186c5056d6d58ae49863115c96422e6d77ebedab
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 do_compile_append() {
15 sed -i -e s:${STAGING_DIR_TARGET}::g \
16 -e s,Version:,Version:\ 0\.7\.0,g \
17 -e s:/${TARGET_SYS}::g \
18 -e s:clinkc::g \
19 gmyth-upnp.pc
22 do_install_append() {
23 mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test
26 SRC_URI[md5sum] = "29e58ea47e1548d70e4498cabca249a6"
27 SRC_URI[sha256sum] = "f028ae7b331fdac9e5e70e4827fe1bcfa0274a9539e4224a9a49441776b2b517"