From f0dcb130e3dc0e06560a2faac190303e08e289a2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 18 Nov 2009 14:01:23 +0100 Subject: [PATCH] msn-pecan: new recipe from SHR Signed-off-by: Martin Jansa --- recipes/pidgin/msn-pecan_git.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/pidgin/msn-pecan_git.bb diff --git a/recipes/pidgin/msn-pecan_git.bb b/recipes/pidgin/msn-pecan_git.bb new file mode 100644 index 0000000000..3e724f01ec --- /dev/null +++ b/recipes/pidgin/msn-pecan_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION="Alternative MSN protocol plug-in for pidgin" +HOMEPAGE="http://code.google.com/p/msn-pecan/" +SECTION = "x11/network" +LICENSE="GPL-2" +RDEPENDS="pidgin" +DEPENDS="pidgin" +PV="0.0.1+gitr${SRCPV}" +PR="r0" + +inherit pkgconfig + +SRC_URI="git://github.com/felipec/msn-pecan.git;protocol=http" +S="${WORKDIR}/git" + +do_compile() { + oe_runmake "DESTDIR=${D}" +} +do_install() { + oe_runmake "DESTDIR=${D}" install +} + +FILES_${PN} = "${libdir}/purple-2/*.so" +FILES_${PN}-dbg = "${libdir}/purple-2/.debug/" -- 2.39.5