aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/mango-lassi_git.bb
blob: 33ca57ef96ece3a8e44d9426e3ce5046121416d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Input sharing, the avahi way"
DEPENDS = "avahi-ui libnotify gnome-doc-utils-native"
LICENSE = "GPLv2+"

SRCREV = "d50141ce4eb96e7326ba"
PV = "001+${PR}+gitr${SRCREV}"
PR = "r0"

SRC_URI = "git://github.com/herzi/mango-lassi.git;protocol=git"

S = "${WORKDIR}/git"

inherit autotools

do_configure_prepend() {
	touch config.rpath
	gnome-doc-prepare --automake
}

FILES_${PN} += "${datadir}/icons"