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.
 
 
 
 
 
 

17 lines
499 B

spidermonkey_custmain() {
cd src
eval $MAKE -f Makefile.ref $makeopt BUILD_OPT=1
install Linux_All_OPT.OBJ/js $root/$prefix/bin
install Linux_All_OPT.OBJ/jscpucfg $root/$prefix/bin
install Linux_All_OPT.OBJ/libjs.so $root/$prefix/lib
install Linux_All_OPT.OBJ/libjs.a $root/$prefix/lib
mkdir -p $root/$prefix/include/spidermonkey
install Linux_All_OPT.OBJ/jsautocfg.h $root/$prefix/include/spidermonkey
install *.h $root/$prefix/include/spidermonkey
}
custmain="spidermonkey_custmain"