wget -c ftp://ftp.gnupg.org/gcrypt/npth/npth-1.6.tar.bz2
tar -xjf npth-1.6.tar.bz2
cd npth-1.6
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install