mirror of the now-defunct rocklinux.org

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