[oe-commits] Martin Jansa : msn-pecan: new recipe from SHR

git version control git at git.openembedded.org
Thu Nov 19 07:56:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f0dcb130e3dc0e06560a2faac190303e08e289a2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f0dcb130e3dc0e06560a2faac190303e08e289a2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 14:01:23 2009 +0100

msn-pecan: new recipe from SHR

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/pidgin/msn-pecan_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/pidgin/msn-pecan_git.bb b/recipes/pidgin/msn-pecan_git.bb
new file mode 100644
index 0000000..3e724f0
--- /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/"





More information about the Openembedded-commits mailing list