blob: 75e0ad730ee52bf0c6298b66a2a86e650e63a6fd (
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:= gmp
PKG_VERSION:= 6.0.0a
PKG_RELEASE:= 1
PKG_MD5SUM:= 1e6da4e434553d2811437aa42c7f7c76
PKG_SITES:= ${MASTER_SITE_GNU:=gmp/}
WRKDIST= ${WRKDIR}/$(PKG_NAME)-6.0.0
|