diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/fann/fann_2.0.0.bb | 11 |
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" + |