summaryrefslogtreecommitdiffstats
path: root/recipes/fann/fann_2.0.0.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2009-06-19 09:31:06 -0400
committerPhilip Balister <philip@balister.org>2009-06-19 09:31:48 -0400
commit617f8b6d64b7d3f47eb8c8ddd56817e9577f354f (patch)
tree4b1a7b1469a9cdb86d173312d377ab6305f12765 /recipes/fann/fann_2.0.0.bb
parentde3740893955e5f84e428b4578fd5a71e4654939 (diff)
downloadopenembedded-617f8b6d64b7d3f47eb8c8ddd56817e9577f354f.tar.gz
fann-2.0.0 : Add recipe for Fast Artificial Neural Network Library.
This recipe stages the headers into /usr/include. This matches the Debian way, but not the Fedora way. Some adjustments will be needed for packages that use fann by including <fann/fann.h> Motivation provided by Elvis Dowson. Thanks!
Diffstat (limited to 'recipes/fann/fann_2.0.0.bb')
-rw-r--r--recipes/fann/fann_2.0.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/fann/fann_2.0.0.bb b/recipes/fann/fann_2.0.0.bb
new file mode 100644
index 0000000000..4ea49c909d
--- /dev/null
+++ b/recipes/fann/fann_2.0.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Fast Artificial Neural Network Library"
+HOMEPAGE = "http://leenissen.dk/fann/"
+SECTION = "libs"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fann/fann-${PV}.tar.bz2"
+
+inherit autotools_stage
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+