psplash: Changed to 1.72RC
[openembedded.git] / recipes / kde4 / gmm_3.0.bb
1 DESCRIPTION = "The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods."
2 LICENSE = "LGPLv2"
3
4 inherit autotools
5
6 SRC_URI = "http://download.gna.org/getfem/stable/gmm-3.0.tar.gz"
7
8 AUTOTOOLS_STAGE_PKGCONFIG = "1"
9 do_stage() {
10         autotools_stage_all
11 }
12