summaryrefslogtreecommitdiff
path: root/package/gmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmp/Makefile')
-rw-r--r--package/gmp/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index 3601133ac..14e24ebf0 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -4,16 +4,11 @@
# material, please see the LICENCE file in the top-level directory.
include ${TOPDIR}/rules.mk
+include ${TOPDIR}/toolchain/gmp/Makefile.inc
-PKG_NAME:= gmp
-PKG_VERSION:= 4.2.2
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 7ce52531644e6d12f16911b7e3151f3f
PKG_DESCR:= GNU multiprecision arithmetic library
PKG_SECTION:= libs
PKG_URL:= http://gmplib.org
-PKG_SITES:= ${MASTER_SITE_GNU:=gmp/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
include ${TOPDIR}/mk/package.mk