# Install/update the XML::Parser perl module:
su -c "perl -MCPAN -e shell"
o conf make_install_arg UNINST=1
o conf prerequisites_policy follow
install XML::Parser
exit
cd
test -f installed/gnome-pilot-2.0.14.tar.bz2 &&
mv installed/gnome-pilot-2.0.14.tar.bz2
test ! -f gnome-pilot-2.0.14.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/\
gnome-pilot-2.0.14.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-pilot-conduits-*" -exec rm -r {} \;
tar xjvf ~/gnome-pilot-conduits-2.0.14.tar.bz2
cd gnome-pilot-conduits-2.0.14
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make
# Become root to install it
su
# Install it
make install
# I'm in the US and only read/write English (well), so I don't need these
find /usr/share/locale -type f -name "gnome-pilot-conduits.mo" -exec rm {} \;