summaryrefslogtreecommitdiffstats
path: root/recipes/fann/fann_2.0.0.bb
diff options
context:
space:
mode:
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"
+