aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/mokowm-imf-ecore_svn.bb
blob: 023757dc2a7fc3bf121dffe9e4e33d4f392c989e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Ecore input method for the Mokosuite window manager"
HOMEPAGE = "http://wiki.openmoko.org/"
AUTHOR = "Daniele Ricci"
LICENSE = "GPLv3"
DEPENDS = "ecore eina"
SECTION = "misc/utils"

PV = "1.0+svnr${SRCPV}"
SRCREV = "457"

SRC_URI = "svn://svn.casaricci.it/openmoko/trunk;module=mokowm-imf-ecore;proto=svn"
S = "${WORKDIR}/mokowm-imf-ecore"

FILES_${PN}-dbg += "${libdir}/ecore/immodules/.debug"
FILES_${PN} += "${libdir}/ecore/immodules"

inherit autotools