summaryrefslogtreecommitdiff
path: root/package/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/Makefile7
-rw-r--r--package/gmp/ipkg/libgmp.control4
2 files changed, 6 insertions, 5 deletions
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index fb735f368..14e24ebf0 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -5,9 +5,14 @@
include ${TOPDIR}/rules.mk
include ${TOPDIR}/toolchain/gmp/Makefile.inc
+
+PKG_DESCR:= GNU multiprecision arithmetic library
+PKG_SECTION:= libs
+PKG_URL:= http://gmplib.org
+
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBGMP,libgmp,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,LIBGMP,libgmp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
BUILD_STYLE:= auto
diff --git a/package/gmp/ipkg/libgmp.control b/package/gmp/ipkg/libgmp.control
deleted file mode 100644
index 169002856..000000000
--- a/package/gmp/ipkg/libgmp.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: libgmp
-Priority: optional
-Section: net
-Description: GNU multiprecision arithmetic library