Files
poky/openembedded/packages/chkhinge26/chkhinge26_svn.bb
Richard Purdie a5a5de3e9b Switch chkhinge26 to svn
git-svn-id: https://svn.o-hand.com/repos/poky@118 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-10-04 13:02:42 +00:00

21 lines
439 B
BlitzBasic
Executable File

LICENSE = "LGPL"
SECTION = "x11"
MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
PR = "r1"
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"