summaryrefslogtreecommitdiff
path: root/package/gmp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
commit5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch)
treecd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/gmp
parent401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff)
parent4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: BUGS package/autoconf/Makefile
Diffstat (limited to 'package/gmp')
-rw-r--r--package/gmp/Config.in14
-rw-r--r--package/gmp/Makefile6
2 files changed, 1 insertions, 19 deletions
diff --git a/package/gmp/Config.in b/package/gmp/Config.in
deleted file mode 100644
index 9ef3f1e4a..000000000
--- a/package/gmp/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config ADK_COMPILE_GMP
- tristate
- default n
- depends on ADK_PACKAGE_LIBGMP
-
-config ADK_PACKAGE_LIBGMP
- prompt "libgmp............................ GNU multiprecision arithmetic library"
- tristate
- default n
- select ADK_COMPILE_GMP
- help
- GNU multiprecision arithmetic library
-
- http://www.swox.com/gmp/
diff --git a/package/gmp/Makefile b/package/gmp/Makefile
index e3e0c7d0d..b7e6c2e82 100644
--- a/package/gmp/Makefile
+++ b/package/gmp/Makefile
@@ -12,12 +12,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBGMP,libgmp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE:= gnu
-BUILD_STYLE:= auto
-INSTALL_STYLE:= auto
-
post-install:
${INSTALL_DIR} ${IDIR_LIBGMP}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libgmp.so.* ${IDIR_LIBGMP}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libgmp.so* ${IDIR_LIBGMP}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk