aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kde4/gmm_3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kde4/gmm_3.0.bb')
-rw-r--r--recipes/kde4/gmm_3.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/kde4/gmm_3.0.bb b/recipes/kde4/gmm_3.0.bb
new file mode 100644
index 0000000000..47cda16506
--- /dev/null
+++ b/recipes/kde4/gmm_3.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods."
+LICENSE = "LGPLv2"
+
+inherit autotools
+
+SRC_URI = "http://download.gna.org/getfem/stable/gmm-3.0.tar.gz"
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+ autotools_stage_all
+}
+