Files
poky/openembedded/packages/chkhinge26/chkhinge26_0.0.bb
Matthew Allum 17cab4cb0c Hack up the handler some more so it roughly works
git-svn-id: https://svn.o-hand.com/repos/poky@108 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-10-03 18:13:53 +00:00

19 lines
438 B
BlitzBasic
Executable File

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"