From: Angelo Compagnucci <angelo.compagnucci@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/monolite: new package
Date: Sun, 12 Oct 2014 09:50:07 +0200 [thread overview]
Message-ID: <1413100208-12776-2-git-send-email-angelo.compagnucci@gmail.com> (raw)
In-Reply-To: <1413100208-12776-1-git-send-email-angelo.compagnucci@gmail.com>
This patch adds Monolite package. This package is a dependency of Mono
package.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
package/monolite/monolite.mk | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 package/monolite/monolite.mk
diff --git a/package/monolite/monolite.mk b/package/monolite/monolite.mk
new file mode 100644
index 0000000..82eaf57
--- /dev/null
+++ b/package/monolite/monolite.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# monolite
+#
+#############################################################
+
+MONOLITE_VERSION = 111
+MONOLITE_SITE = http://storage.bos.xamarin.com/mono-dist-master/latest/
+MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz
+MONOLITE_LICENSE = Dual license LGPL, 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))
--
1.7.9.5
next prev parent reply other threads:[~2014-10-12 7:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-12 7:50 [Buildroot] Mono: new package Angelo Compagnucci
2014-10-12 7:50 ` Angelo Compagnucci [this message]
2014-10-12 7:50 ` [Buildroot] [PATCH 2/2] package/mono: " Angelo Compagnucci
2014-10-12 8:25 ` Thomas Petazzoni
2014-10-12 8:44 ` Angelo Compagnucci
2014-10-12 9:02 ` Thomas Petazzoni
2014-10-12 9:21 ` Angelo Compagnucci
2014-10-12 9:45 ` Thomas Petazzoni
2014-10-12 10:06 ` Angelo Compagnucci
2014-10-12 12:56 ` Thomas Petazzoni
2014-10-12 8:59 ` Angelo Compagnucci
2014-10-12 9:44 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1413100208-12776-2-git-send-email-angelo.compagnucci@gmail.com \
--to=angelo.compagnucci@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox