summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-19 16:42:28 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-19 16:42:28 +0200
commit3e80dbd5bb10b714cc3d6878a2b72bdefebf30d2 (patch)
tree007f39a6bd6ba2f54dd0750943f54c65e662d5d3 /recipes
parent19cf11e6aa22990aeb76b60d3fbf3d5df158bd16 (diff)
parent617f8b6d64b7d3f47eb8c8ddd56817e9577f354f (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-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"
+