blob: dbb1064cc391ee108a9033165a11bd2d86c5907a (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= mpfr
PKG_VERSION:= 3.1.2
PKG_RELEASE:= 1
PKG_MD5SUM:= e3d203d188b8fe60bb6578dd3152e05c
PKG_SITES:= http://www.mpfr.org/mpfr-current/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
|