compiletc squashfs-tools-4.x Xorg-7.6-dev export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" export LDFLAGS="-Wl,-O1" tar -xvzf sithwm-1.2.3.tgz cd sithwm-1.2.3/ e3pi Makefile make CNF=STORMTROOPER find . | xargs file | grep "executable" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip -g 2> /dev/null sudo make DESTDIR=/tmp/sithwm/ install cd /tmp vifm sudo e3pi /usr/local/tce.installed/sithwm find sithwm -not -type d > sithwm-st.tcz.list find sithwm-doc -not -type d > sithwm-doc.tcz.list mksquashfs sithwm sithwm-st.tcz mksquashfs sithwm-doc sithwm-doc.tcz md5sum sithwm-st.tcz > sithwm-st.tcz.md5.txt md5sum sithwm-doc.tcz > sithwm-doc.tcz.md5.txt --------------- tar -xvzf sithwm-1.2.3.tgz cd sithwm-1.2.3/ e3pi Makefile make CNF=DEATHSTAR find . | xargs file | grep "executable" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | grep "not stripped" |cut -f 1 -d : | xargs strip -g 2> /dev/null sudo make DESTDIR=/tmp/sithwm install cd /tmp vifm sudo mkdir /usr/local/tce.installed sudo e3pi /usr/local/tce.installed/sithwm find sithwm -not -type d > sithwm.tcz.list mksquashfs sithwm sithwm.tcz md5sum sithwm.tcz > sithwm.tcz.md5.txt e3pi sithwm.tcz.info e3pi .ash_history tar zcf sithwm.tar.gz * bcrypt sithwm.tar.gz