UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
simh
SimH (History Simulator) is a collection of simulators for historically significant or just plain interesting computer hardware and software from the past.Package info
Template:
Codename: simh
Source file: simhv312-5.zip
Source directory: sim
Package URL: simhv312-5.zip
Package md5-checksum URL: simhv312-5.zip.md5sum
Dependances: libarchive, pcre, libpng, libpcap.
Dependance of: *** NO PACKAGES FOUND ***
Patches: simh-gcc14.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Unpack script:
unzip simhv312-5.zip
Configuration script:
sed -i '/Retry your build without specifying USE_NETWORK/d' makefile
Build script:
mkdir -p BIN
make USE_SHARED=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK'
Install script:
cd BIN
rmdir buildtools
for i in *; do
install -D $i "/usr/bin/simh-$i"
done
cd ../VAX
mkdir -pv /usr/lib/simh
cp -v *.bin /usr/lib/simh