aboutsummaryrefslogtreecommitdiffstats
path: root/fsi-client/fsi-client_20040803.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fsi-client/fsi-client_20040803.oe')
-rw-r--r--fsi-client/fsi-client_20040803.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/fsi-client/fsi-client_20040803.oe b/fsi-client/fsi-client_20040803.oe
deleted file mode 100644
index e830007d53..0000000000
--- a/fsi-client/fsi-client_20040803.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-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"
-
-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}
-}
-