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

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