From 617f8b6d64b7d3f47eb8c8ddd56817e9577f354f Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 19 Jun 2009 09:31:06 -0400 Subject: 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 Motivation provided by Elvis Dowson. Thanks! --- recipes/fann/fann_2.0.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/fann/fann_2.0.0.bb (limited to 'recipes/fann/fann_2.0.0.bb') 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" + -- cgit 1.2.3-korg