Browse Source

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 <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
1862f908eb
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 10 additions and 7 deletions
  1. +10
    -7
      libs/classpath/Makefile

+ 10
- 7
libs/classpath/Makefile View File

@ -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 <k6jq@comcast.net>
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 <k6jq@comcast.net>
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


Loading…
Cancel
Save