aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pidgin/msn-pecan_git.bb
blob: 109f45142f791de21162c25b837914f8011b315b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Alternative MSN protocol plug-in for pidgin"
HOMEPAGE = "http://code.google.com/p/msn-pecan/"
SECTION = "x11/network"
LICENSE = "GPL-2"
DEPENDS = "pidgin"
RDEPENDS_${PN} = "pidgin"
SRCREV = "e795b33b29d792f19fcf699275eb966dc68be257"
PV = "0.0.1+gitr${SRCREV}"
PR = "r1"

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/"