blob: 6f4ed40ef9ef0c6d3e7b5f5deddd69c1d95c9eaa (
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:= 2.4.2
PKG_RELEASE:= 1
PKG_MD5SUM:= 89e59fe665e2b3ad44a6789f40b059a0
PKG_SITES:= http://www.mpfr.org/mpfr-current/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|