aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/valacompass/valacompass_git.bb
blob: 97f9a3b1f02a9cc6e1fd4f5a08bd8e742c9bff52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Compass written in vala that uses the hmc5843 compass and the lis302dl accelerometer"
AUTHOR = "Michele Brocco <ssj2micvm@gmail.com>"
PRIORITY = "optional"
LICENSE = "GPLv3"
DEPENDS = "glib-2.0 gtk+ libgee cairo hmc5843 lis302dl"
RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo"
RSUGGESTS_${PN} = ""
PV = "0.1+gitr${SRCPV}"
PR = "r1"

SRC_URI = "git://gitorious.org/vala-compass/vala-compass.git;protocol=git;branch=master"

SRCREV = "0214a81c6ab3d8604233588ae5727b851fde236d"
S = "${WORKDIR}/git"

inherit autotools vala

FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps"

MAINTAINER = "Michele Brocco <ssj2micvm@gmail.com>"