aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/gmyth_0.7.1.bb
blob: 71c5ddb143e9b88c43baafa37a0926d989c5ec0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "GMyth is a library to access MythTV backend services."
LICENSE = "LGPLv2""
HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
DEPENDS = "mythtv curl libxml2 glib-2.0"

PR = "r2"

SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}-${PV}.tar.gz"

inherit autotools

AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_compile_append() {
        sed -i -e s:${STAGING_DIR_TARGET}::g \
               -e s:/${TARGET_SYS}::g \
                  gmyth.pc
}

do_stage() {
	autotools_stage_all
}