File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
menu "Networking applications"
2
+ source "$BR2_EXTERNAL_CURIOS_PATH/package/mcjoin/Config.in"
2
3
source "$BR2_EXTERNAL_CURIOS_PATH/package/mping/Config.in"
3
4
source "$BR2_EXTERNAL_CURIOS_PATH/package/nft-helper/Config.in"
4
5
source "$BR2_EXTERNAL_CURIOS_PATH/package/openresty/Config.in"
Original file line number Diff line number Diff line change
1
+ # From https://github.com/troglobit/mcjoin/releases
2
+ sha256 0ec72cb333d43c26d947b38059580166f131eafb7b6dccbb6ee619abd4e98670 mcjoin-2.11.tar.gz
3
+ # Locally calculated
4
+ sha256 5a53092ca1b2d81c7291b73622e7b477a17e932736261e3a2b64534b8f4aea13 LICENSE
Original file line number Diff line number Diff line change
1
+ # ###############################################################################
2
+ #
3
+ # mcjoin
4
+ #
5
+ # ###############################################################################
6
+
7
+ MCJOIN_VERSION = 2.11
8
+ MCJOIN_SITE = https://github.com/troglobit/mcjoin/releases/download/v$(MCJOIN_VERSION )
9
+ MCJOIN_LICENSE = ISC
10
+ MCJOIN_LICENSE_FILES = LICENSE
11
+
12
+ $(eval $(autotools-package))
You can’t perform that action at this time.
0 commit comments