mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openjdk11: remove useless nostrep from -static-libs
it wasn't doing anything anyways, it was "notstrip" also fix distfile source, update check
This commit is contained in:
parent
2f9d38240e
commit
2d209ab09c
2 changed files with 3 additions and 5 deletions
|
@ -36,8 +36,8 @@ short_desc="OpenJDK Java Development Kit (version ${_java_ver})"
|
||||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="GPL-2.0-only WITH Classpath-exception-2.0"
|
license="GPL-2.0-only WITH Classpath-exception-2.0"
|
||||||
homepage="http://openjdk.java.net/"
|
homepage="http://openjdk.java.net/"
|
||||||
distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
|
distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
|
||||||
checksum=06ad7b39625374c30a8d8be9e7e18f37663ba6fe44c2a66aa7b7987b140d069a
|
checksum=9a37c9641b45f5c51fe19c1ccae141daeb5dcdbd59fa2f56e7dea7bf09484bec
|
||||||
provides="java-environment-${version}_1"
|
provides="java-environment-${version}_1"
|
||||||
|
|
||||||
# Build is still parallel, but don't use -jN.
|
# Build is still parallel, but don't use -jN.
|
||||||
|
@ -212,7 +212,6 @@ openjdk11-src_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
openjdk11-static-libs_package() {
|
openjdk11-static-libs_package() {
|
||||||
notstrip=yes
|
|
||||||
short_desc+=" - static libs"
|
short_desc+=" - static libs"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir $_jdk_home
|
vmkdir $_jdk_home
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site="http://hg.openjdk.java.net/jdk-updates/jdk11u/tags"
|
pattern='jdk-\K11\.[\d.+]+(?=\.)'
|
||||||
pattern='jdk-\K11\.[\d.+]+'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue