view gub/specs/mpfr.py @ 6487:9bf9726dad38

schikkers-list: install updates.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 Feb 2011 23:57:59 +0100
parents 6a3d8fd0254d
children
line wrap: on
line source

from gub import tools

class Mpfr__tools (tools.AutoBuild):
    source = 'http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.gz'
    dependencies = ['libtool', 'gmp']