From 00c78dfa8c8ab68988badb9e4d1afff04b59d74d Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 16 Nov 2015 01:00:51 -0200 Subject: [PATCH] New package: fann-2.2.0 --- common/shlibs | 4 ++++ srcpkgs/fann-devel | 1 + srcpkgs/fann/template | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/fann-devel create mode 100644 srcpkgs/fann/template diff --git a/common/shlibs b/common/shlibs index 020f8e8f717..0ac39dea9e2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2284,3 +2284,7 @@ libmpd.so.1 libmpd-11.8.17_1 libfa.so.1 augeas-1.4.0_1 libaugeas.so.0 augeas-1.4.0_1 libplot.so.2 plotutils-2.6_1 +libfloatfann.so.2 fann-2.2.0_1 +libfixedfann.so.2 fann-2.2.0_1 +libfann.so.2 fann-2.2.0_1 +libdoublefann.so.2 fann-2.2.0_1 diff --git a/srcpkgs/fann-devel b/srcpkgs/fann-devel new file mode 120000 index 00000000000..6afe2fa7326 --- /dev/null +++ b/srcpkgs/fann-devel @@ -0,0 +1 @@ +fann \ No newline at end of file diff --git a/srcpkgs/fann/template b/srcpkgs/fann/template new file mode 100644 index 00000000000..306a08b83ba --- /dev/null +++ b/srcpkgs/fann/template @@ -0,0 +1,22 @@ +# Template file for 'fann' +pkgname=fann +version=2.2.0 +revision=1 +build_style=cmake +hostmakedepends="cmake" +short_desc="A free open source neural network library" +maintainer="Diogo Leal " +license="LGPL-2.1" +homepage="http://leenissen.dk/fann/" +distfiles="https://github.com/libfann/fann/archive/${version}.tar.gz" +checksum=f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c + +fann-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +}