aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/valacompass/valacompass_git.bb
blob: f33ea7908537235847a134eefb6e7826d02319d0 (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 libsensmon"
RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo"
RSUGGESTS_${PN} = ""
PV = "0.11+gitr${SRCPV}"
PR = "r1"

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

SRCREV = "9ca9b568a055ff2412f0d642987421178334e683"
S = "${WORKDIR}/git"

inherit autotools vala

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

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