blob: adf1bf03137c390e32fb66322dd1716daa6081e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "LGPL"
SECTION = "x11"
#DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
PR = "r0"
SRC_URI = "http://butterfeet.org/misc/${PN}-${PV}.tar.gz \
file://hinge-handler"
inherit autotools pkgconfig
do_install_append () {
install -m 0755 ${WORKDIR}/hinge-handler ${D}/${bindir}/
}
FILES_${PN} += "${bindir}/hinge-handler"
|