From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/inputpipe/inputpipe_svn.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/inputpipe/inputpipe_svn.bb (limited to 'recipes/inputpipe') diff --git a/recipes/inputpipe/inputpipe_svn.bb b/recipes/inputpipe/inputpipe_svn.bb new file mode 100644 index 0000000000..c6e28c3e79 --- /dev/null +++ b/recipes/inputpipe/inputpipe_svn.bb @@ -0,0 +1,24 @@ +SECTION = "base" +PRIORITY = "optional" +DESCRIPTION = "Inputpipe is a network transparency layer for linux input devices" +LICENSE = "GPL" +#Remove the dash below when 0.5 changes in PV +PV = "0.5+svn-${SRCDATE}" +SRC_URI = "svn://svn.navi.cx/misc/trunk;module=inputpipe;proto=http" + +S = "${WORKDIR}/inputpipe" + +do_compile() { + oe_runmake CC="${CC}" CFLAGS="-I ${WORKDIR}/inputpipe/uinput ${CFLAGS}" +} + +do_install() { + install -d ${D}${bindir} + install inputpipe-server ${D}${bindir} + install inputpipe-client ${D}${bindir} +} + +PACKAGES = "${PN}-dbg inputpipe-server inputpipe-client ${PN}" + +FILES_inputpipe-client = "${bindir}/inputpipe-client" +FILES_inputpipe-server = "${bindir}/inputpipe-server" -- cgit v1.2.3