aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr.inc
blob: dbe0d2915df0263c2d9215586ad3531d0a9f7347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPL LGPL"
SECTION = "libs"

inherit autotools

do_fixup() {
	rm ${S}/PATCHES || true
}

addtask fixup after do_unpack before do_patch