UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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

Codename: simh
Source file: simhv312-5.zip
Source directory: sim
Package URL: simhv312-5.zip
Package md5-checksum URL: simhv312-5.zip.md5sum
Dependances: unzip, 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