[lua] Marked to build on stage 1 when cross compiling, and taken maintainership
[opensde-package-nopast.git] / emulators / simh / simh.conf
blob2b8fb76f3fe7d33df10ffc686a4f40bdb1204007
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../simh/simh.conf
5 # Copyright (C) 2008 The OpenSDE Project
6 # Copyright (C) 2004 - 2006 The T2 SDE Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- SDE-COPYRIGHT-NOTE-END ---
16 var_remove_regex makeopt " " "CC=.*"
18 # The zip file comes without a root directory, so it needs to be extracted
19 # into another directory.
20 var_append zipopt " " "-d simh$ver"
22 makeinstopt=
24 simh_premake() {
25         mkdir BIN
28 simh_postmake() {
29         cp -vf BIN/* $root/$prefix/bin/
32 simh_postdoc() {
33         cp `find -name '*.txt' -printf '%p '` $root/$docdir/
36 hook_add premake 5 simh_premake
37 hook_add postmake 5 simh_postmake
38 hook_add postdoc 5 simh_postdoc