summaryrefslogtreecommitdiffstats
path: root/meta/packages/chkhinge26/chkhinge26_svn.bb
blob: 5313401b50951e7334c9e91dbfe79450cbabe6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE = "LGPL"
SECTION = "x11"
MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
PR = "r2"

SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=chkhinge26;proto=http \
	   file://hinge-handler"

S = "${WORKDIR}/${PN}"

inherit autotools pkgconfig

do_install_append () {
	install -m 0755 ${WORKDIR}/hinge-handler ${D}/${bindir}/
}

FILES_${PN} += "${bindir}/hinge-handler"