blob: a156a904d81e908d9c3bcd20a01a93ecf86d74a6 (
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_HASH:= 9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764
PKG_SITES:= ${MASTER_SITE_GNU:=gmp/}
WRKDIST= ${WRKDIR}/$(PKG_NAME)-6.0.0
|