From: Lothar Felten <lothar.felten@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/simh: new package
Date: Mon, 15 Aug 2016 23:42:37 +0200 [thread overview]
Message-ID: <1471297357-11637-1-git-send-email-lothar.felten@gmail.com> (raw)
This package provides the simh multi-system emulator.
Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
---
package/Config.in | 1 +
package/simh/Config.in | 6 ++++++
package/simh/simh.hash | 2 ++
package/simh/simh.mk | 21 +++++++++++++++++++++
4 files changed, 30 insertions(+)
create mode 100644 package/simh/Config.in
create mode 100644 package/simh/simh.hash
create mode 100644 package/simh/simh.mk
diff --git a/package/Config.in b/package/Config.in
index 645fa29..993b446 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -219,6 +219,7 @@ menu "Games"
source "package/opentyrian-data/Config.in"
source "package/prboom/Config.in"
source "package/rubix/Config.in"
+ source "package/simh/Config.in"
source "package/sl/Config.in"
source "package/stella/Config.in"
source "package/supertuxkart/Config.in"
diff --git a/package/simh/Config.in b/package/simh/Config.in
new file mode 100644
index 0000000..bcf6a3d
--- /dev/null
+++ b/package/simh/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_SIMH
+ bool "simh"
+ help
+ SIMH is a highly portable, multi-system simulator.
+
+ http://simh.trailing-edge.com
diff --git a/package/simh/simh.hash b/package/simh/simh.hash
new file mode 100644
index 0000000..b9fd211
--- /dev/null
+++ b/package/simh/simh.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256 fd960602a3996b387066e9458e22d3bea940e88378afddc6ee81f33bf854efb9 simh-e93b55b4887dfcf1d0dd6ff86f94470e42a10702.tar.gz
diff --git a/package/simh/simh.mk b/package/simh/simh.mk
new file mode 100644
index 0000000..f650c69
--- /dev/null
+++ b/package/simh/simh.mk
@@ -0,0 +1,21 @@
+################################################################################
+#
+# simh
+#
+################################################################################
+
+SIMH_VERSION = e93b55b4887dfcf1d0dd6ff86f94470e42a10702
+SIMH_SITE = https://github.com/simh/simh
+SIMH_SITE_METHOD = git
+SIMH_LICENSE = simh license
+SIMH_LICENSE_FILES = README
+
+define SIMH_BUILD_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
+endef
+
+define SIMH_INSTALL_TARGET_CMDS
+ cp -dpf $(@D)/BIN/* $(TARGET_DIR)/usr/bin/
+endef
+
+$(eval $(generic-package))
--
1.9.1
next reply other threads:[~2016-08-15 21:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-15 21:42 Lothar Felten [this message]
2016-08-16 3:50 ` [Buildroot] [PATCH 1/1] package/simh: new package Baruch Siach
2016-08-16 8:31 ` Lothar Felten
2016-08-16 14:29 ` Baruch Siach
2016-08-16 19:42 ` Yann E. MORIN
2016-08-18 19:27 ` Thomas Petazzoni
2016-08-18 19:53 ` Yann E. MORIN
2016-08-16 10:52 ` Yann E. MORIN
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=1471297357-11637-1-git-send-email-lothar.felten@gmail.com \
--to=lothar.felten@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