./configure --prefix=/usr/local
       make -j3
       make DESTDIR=/tmp/package install
       cd /tmp/package
       find usr -not -type d > pth.filelist
       tar czvf pth.tce -T pth.filelist