summaryrefslogtreecommitdiff
path: root/package/gmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmp/Makefile')
-rw-r--r--package/gmp/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index d2cb4fe34..fb735f368 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -4,14 +4,7 @@
# material, please see the LICENCE file in the top-level directory.
include ${TOPDIR}/rules.mk
-
-PKG_NAME:= gmp
-PKG_VERSION:= 4.2.2
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 7ce52531644e6d12f16911b7e3151f3f
-MASTER_SITES:= ${MASTER_SITE_GNU:=gmp/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-
+include ${TOPDIR}/toolchain/gmp/Makefile.inc
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBGMP,libgmp,${PKG_VERSION}-${PKG_RELEASE}))