[Buildroot] [PATCH 1/1] package/simh: new package

Baruch Siach baruch at tkos.co.il
Tue Aug 16 03:50:45 UTC 2016


Hi Lothar,

On Mon, Aug 15, 2016 at 11:42:37PM +0200, Lothar Felten wrote:
> 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

There are fork() calls in the code, so this package might need a BR2_USE_MMU 
dependency.

> 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

Please use the github helper. See 
http://nightly.buildroot.org/manual.html#github-download-url.

> +SIMH_LICENSE = simh license

Looking into a random source file like sim_imd.c, the license seems to be MIT. 
See https://opensource.org/licenses/MIT.

> +SIMH_LICENSE_FILES = README

I couldn't find this file in the source.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -



More information about the buildroot mailing list