mpfr: rebuild for -dbg pkg; cross build support.

This commit is contained in:
Juan RP 2013-02-16 16:47:05 +01:00
parent 33da89c808
commit 3e90d22650
2 changed files with 3 additions and 13 deletions

View file

@ -1,10 +1,7 @@
# Template file for 'mpfr-devel'. # Template file for 'mpfr-devel'.
# #
depends="gmp-devel mpfr>=$version" depends="gmp-devel mpfr>=$version"
short_desc="${sourcepkg} development files" short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,22 +1,15 @@
# Template build file for 'mpfr' # Template build file for 'mpfr'
pkgname=mpfr pkgname=mpfr
version=3.1.1 version=3.1.1
revision=1 revision=2
bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-thread-safe" configure_args="--enable-thread-safe"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
makedepends="gmp-devel" makedepends="gmp-devel"
crossmakedepends="${makedepends}"
short_desc="Library for multiple-precision floating-point computations" short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3" license="LGPL-3"
homepage="http://www.mpfr.org" homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2" distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
checksum=7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd checksum=7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd
long_desc="
The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding. MPFR has continuously been supported
by the INRIA and the current main authors come from the CACAO and Arénaire
project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively;
see more on the credit page. MPFR is based on the GMP multiple-precision
library."