meo
sorry to hear about that, my dad is 87 and is close to heaven so I can almost guess what you are going through a little.
LinuxUser01
Lets start with the wiki
http://wiki.tinycorelinux.net/wiki:creating_extensionsIt has a cousin
http://wiki.tinycorelinux.net/wiki:iconmenuinfoMaybe you can save those links as bookmarks
2) We are not compiling so most of the wiki is irrelevant to us. You dowload the source, unpack it, move it to appropriate folders and some ownership and permissions ---- as per wiki----for the shared objects (= *.so files)
--create a desktop entry as most people like that kind of thing
3) How do you run it?
download the script and save it ....lets keep the name build.sh
make it executable
chmod +x build.sh
(and run it)
sudo sh build.sh
Be aware it will download a big file, 24 megs and the last line will bork or crash as you may not have put the info file and the dep file under /tmp
4) As its an existing package......and we know its written by Jason W.....one of the gurus......we can trust his original build was good so open apps and look at the file structure
you will notice he has the desktop entry and the tce.installed script which is EXTRA to the firefox unpack......got it?
so I cheat
I download the old package and load it, I then navigate to /tmp/tcloop/firefox17/usr/local/tce.installed
and save the text file called firefox17........I paste that into the build script but surround it with a small bit of junk
echo ' (pasted line) ' > $T ------this creates the file, all other lines obey the formula
echo ' (pasted line) ' >> $T
I do the same thing for his desktop entry, but give it a new variable name $D
I made those names up, but define them before I have the script action them, see the top of the script
Now the wiki also says you need to do things to get that tce.installed script correct so you will see I add
sudo chown -R root:staff $F/usr/local/tce.installed
sudo chmod -R 775 $F/usr/local/tce.installed
and I have mentioned so files as per wiki
good luck
PS, you will need to download all tczs I mention at the top of the script before running the script as I make no attempt to check if YOU personally have them already downloaded.
sidenote, my fav TCZ checker gutmensch may want me to do that check but he has never asked me to, but in my prev reply I mentioned there is way of doing it, but I guess your coding skills are as weak as mine. So just run
tce-load -w compiletc submitqc4 wget
if you know you don't have those packages yet