POWER AIX OSS Packages
AIX Power Open Source packages can be found here as “Linux Tool Box for AIX”.
Get'em All
wget -O - http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html | awk 'BEGIN {RS = ">"; FS="\""}; $2 ~ /^ftp.*rpm$/ {print $2}' | xargs wget -i
YUMMY~~~

Discussion
hmm… Wonder if there are AIX 7.1 compatible…..