diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-02 16:56:30 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-02 16:56:30 +0100 |
commit | 1bae341f04c9d57a51c670e3550ddd39cd0df3cd (patch) | |
tree | 4a0298faae4ee8e0e6f9d69e5d5796241b1d2a29 /recipes/mythtv | |
parent | 447e30da5d5555f702f147f31f7960a80fbc3181 (diff) |
myththemes: created recipe
Diffstat (limited to 'recipes/mythtv')
-rw-r--r-- | recipes/mythtv/myththemes_0.21+0.22rc2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/mythtv/myththemes_0.21+0.22rc2.bb b/recipes/mythtv/myththemes_0.21+0.22rc2.bb new file mode 100644 index 0000000000..a3be987fe9 --- /dev/null +++ b/recipes/mythtv/myththemes_0.21+0.22rc2.bb @@ -0,0 +1,19 @@ +inherit qmake2 + +PV = "0.21+0.22rc2" +PR = "r0" + +FILES_${PN} =+ "${datadir}" + +SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/myththemes-0.22rc2.tar.bz2" + +S = "${WORKDIR}/myththemes-0.22rc2" + +do_configure() { + ${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix} +} + +do_install () { + oe_runmake install INSTALL_ROOT=${D} +} + |