diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-17 22:52:38 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-17 22:52:38 +0000 |
commit | 7d544328e6bdaa94e0a967197152c2944e9c961f (patch) | |
tree | 2f9c0d390f149bc40ea41b19df9e489161c8ce1b /packages/mpfr | |
parent | 58b143101f0b6d2a3d486c9d3e5f33960930de09 (diff) |
mpfr: added version 2.3.2
* can not activate this version yet, because it needs automake-1.10.1
Diffstat (limited to 'packages/mpfr')
-rw-r--r-- | packages/mpfr/mpfr-native_2.3.2.bb | 3 | ||||
-rw-r--r-- | packages/mpfr/mpfr_2.3.2.bb | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/mpfr/mpfr-native_2.3.2.bb b/packages/mpfr/mpfr-native_2.3.2.bb new file mode 100644 index 0000000000..dec26d33a8 --- /dev/null +++ b/packages/mpfr/mpfr-native_2.3.2.bb @@ -0,0 +1,3 @@ +require mpfr_${PV}.bb +inherit native +DEPENDS = "gmp-native" diff --git a/packages/mpfr/mpfr_2.3.2.bb b/packages/mpfr/mpfr_2.3.2.bb new file mode 100644 index 0000000000..2d8cc960f7 --- /dev/null +++ b/packages/mpfr/mpfr_2.3.2.bb @@ -0,0 +1,12 @@ +require mpfr.inc + +DEPENDS = "gmp" +PR = "r0" +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" +S = "${WORKDIR}/mpfr-${PV}" + +do_stage() { + autotools_stage_all +} |