Where to download Sudo V172p7 or how to compile it?

I need install Sudo V172p7 in AIX V5.3, however, in Sudo Main Page, there only .c files for Sudo V172p7. Where to download Sudo V172p7 rpm or bff? Or how to compile it?

If you want to try compiling it, start with downloading source tarball, uncompressing and expanding it, and then doing the standard sort of compile process, like this:

$ wget http://www.sudo.ws/sudo/dist/sudo-1.7.2p7.tar.gz
$ tar zxvf sudo-1.7.2p7.tar.gz
$ cd sudo-1.7.2p7
$ ./configure
$ make
$ sudo make install