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/fsi-client/fsi-client_20040803.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/fsi-client/fsi-client_20040803.bb (limited to 'recipes/fsi-client') diff --git a/recipes/fsi-client/fsi-client_20040803.bb b/recipes/fsi-client/fsi-client_20040803.bb new file mode 100644 index 0000000000..84c185abf9 --- /dev/null +++ b/recipes/fsi-client/fsi-client_20040803.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "ipaq h5400 fingerprint identification driver and client library for Linux" +SRC_URI = "http://heim.ifi.uio.no/~jorgenam/h5400/fsi-client-${PV}.tar.gz" +SECTION = "libs" +LICENSE = "GPL" + +CFLAGS += "-std=c99" + +S = "${WORKDIR}/client" + +FILES_${PN} += "${libdir}/libfsiclient.so" + +do_compile() { + oe_runmake all examples +} + +do_install() { + install -d ${D}${bindir} + install -d ${D}${libdir} + install libfsiclient.so ${D}${libdir} + install fsidumpraw fsidumppgm ${D}${bindir} +} + -- cgit 1.2.3-korg