aboutsummaryrefslogtreecommitdiffstats
path: root/packages/avahi/mango-lassi_git.bb
blob: 5d240c2c14f898a1e1c3673c272fbb0295a418b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ESCRIPTION = "Input sharing, the avahi way"
DEPENDS = "avahi-ui libglade libnotify"

SRCREV = "73638817126a68d62f1233f6e6859ce75a259e93"
PV = "0.0+${PR}+gitr${SRCREV}"

SRC_URI = "git://git.0pointer.de/repos/mango-lassi.git/;protocol=http"

S = "${WORKDIR}/git"

inherit autotools

do_install() {
        install -d ${D}${bindir}
	install -m 755 mango-lassi ${D}${bindir}
}