aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kde4/gmm_3.0.bb
blob: 47cda165062cc833151fc2c4d1863af9228cd356 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}