summaryrefslogtreecommitdiff
path: root/package/classpath
diff options
context:
space:
mode:
Diffstat (limited to 'package/classpath')
-rw-r--r--package/classpath/Makefile40
-rw-r--r--package/classpath/patches/patch-configure11
2 files changed, 0 insertions, 51 deletions
diff --git a/package/classpath/Makefile b/package/classpath/Makefile
deleted file mode 100644
index e63c84e7a..000000000
--- a/package/classpath/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:= classpath
-PKG_VERSION:= 0.98
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 90c6571b8b0309e372faa0f9f6255ea9
-PKG_DESCR:= GNU Classpath
-PKG_SECTION:= lang
-PKG_BUILDDEP:= gtk+ gdk-pixbuf orbit2 gconf
-PKG_DEPENDS:= libgtk gdk-pixbuf orbit2 gconf
-PKG_URL:= http://www.gnu.org/software/classpath/home.html
-PKG_SITES:= ${MASTER_SITE_GNU:=classpath/}
-
-PKG_HOST_DEPENDS:= linux
-PKG_ARCH_DEPENDS:= !cris !arm
-
-include $(TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,CLASSPATH,classpath,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_ARGS+= --disable-plugin \
- --disable-tools \
- --disable-examples
-
-classpath-install:
- $(INSTALL_DIR) $(IDIR_CLASSPATH)/usr/share/classpath
- $(CP) $(WRKINST)/usr/share/classpath/glibj.zip \
- $(IDIR_CLASSPATH)/usr/share/classpath
- $(INSTALL_DIR) $(IDIR_CLASSPATH)/usr/lib/classpath
- $(CP) $(WRKINST)/usr/lib/classpath/lib*so.* \
- $(IDIR_CLASSPATH)/usr/lib/classpath
- # install to staging directory
- $(INSTALL_DIR) $(STAGING_DIR)/usr/share/classpath
- $(CP) $(WRKINST)/usr/share/classpath/glibj.zip \
- $(STAGING_DIR)/usr/share/classpath
-
-include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/classpath/patches/patch-configure b/package/classpath/patches/patch-configure
deleted file mode 100644
index df2f41eae..000000000
--- a/package/classpath/patches/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- classpath-0.98.orig/configure 2009-02-06 02:01:30.000000000 +0100
-+++ classpath-0.98/configure 2011-04-11 17:08:29.347661221 +0200
-@@ -30403,7 +30403,7 @@ fi
- { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_mul_si" >&5
- $as_echo "$ac_cv_lib_gmp___gmpz_mul_si" >&6; }
- if test "x$ac_cv_lib_gmp___gmpz_mul_si" = x""yes; then
-- GMP_CFLAGS=-I/usr/include
-+ GMP_CFLAGS=
- GMP_LIBS=-lgmp
- else
- GMP_CFLAGS=