mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
225 B

  1. simh_main() {
  2. mkdir simh; cd simh
  3. unzip $archdir/simhv${ver//./}.zip
  4. mkdir BIN
  5. make
  6. cp -v BIN/* $root/$prefix/bin/
  7. while read fn; do cp $fn $docdir/; done < <( find -name '*.txt' )
  8. }
  9. autoextract=0
  10. custmain=simh_main