Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 0cf7aeafb22daeb7ed3398057f0ac88015440901f480ef84cba2431a753f8c1e monolite-138-latest.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# monolite
#
################################################################################
MONOLITE_VERSION = 138
MONOLITE_SITE = http://storage.bos.xamarin.com/mono-dist-master/latest
MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz
MONOLITE_LICENSE = LGPLv2 or commercial
define HOST_MONOLITE_INSTALL_CMDS
mkdir -p $(HOST_DIR)/usr/lib/monolite
cp $(@D)/* $(HOST_DIR)/usr/lib/monolite
endef
$(eval $(host-generic-package))