From 1862f908ebdd68ce734f6ed29b83d5320cde06af Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 11 Aug 2019 14:08:50 -0700 Subject: [PATCH] classpath: Add jamvm/host build dependency This is needed for compilation. A Java compiler is also needed but that must be handled elsewhere. Fixed up license information. URLs to HTTPS. Other Makefile cleanups. Signed-off-by: Rosen Penev --- libs/classpath/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libs/classpath/Makefile b/libs/classpath/Makefile index 9eed414f8..1e1b044b7 100644 --- a/libs/classpath/Makefile +++ b/libs/classpath/Makefile @@ -9,16 +9,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=classpath PKG_VERSION:=0.99 -PKG_RELEASE:=2 -PKG_LICENSE:=GPL-2.0 -PKG_MAINTAINER:=Dana H. Myers +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/classpath PKG_HASH:=f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8 -PKG_FIXUP:=autoreconf +PKG_MAINTAINER:=Dana H. Myers +PKG_LICENSE:=GPL-2.0-or-later +PKG_LICENSE_FILES:=COPYING + PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 +PKG_BUILD_DEPENDS:=jamvm/host include $(INCLUDE_DIR)/package.mk @@ -26,7 +29,7 @@ define Package/classpath SECTION:=libs CATEGORY:=Libraries TITLE:=GNU Classpath - URL:=http://www.gnu.org/software/classpath/ + URL:=https://www.gnu.org/software/classpath/ DEPENDS:=+alsa-lib +libgmp +libmagic endef @@ -40,11 +43,11 @@ define Package/classpath-tools SECTION:=libs CATEGORY:=Libraries TITLE:=GNU Classpath tools - URL:=http://www.gnu.org/software/classpath/ + URL:=https://www.gnu.org/software/classpath/ endef define Download/antlr - URL:=http://www.antlr.org/download + URL:=https://www.antlr.org/download FILE:=antlr-3.4-complete.jar HASH:=9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7 endef