diff --git a/AIX/perl-IO-Tty/Build-notes b/AIX/perl-IO-Tty/Build-notes new file mode 100644 index 0000000..61ec723 --- /dev/null +++ b/AIX/perl-IO-Tty/Build-notes @@ -0,0 +1,19 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download IO-Tty-1.07.tar.gz from CPAN. + +Unwrap the tar file. (gunzip & tar -xvf ) + +Go to the subdirectory containing the Makefile and run "cpan2rpm ." +This will eventually fail but it does produce a spec file. Modify the spec +file and put it in /opt/freeware/src/packages/SPECS. Put the gz file in +/opt/freeware/src/packages/SOURCES. + +Modify the spec file. (The modified file is in this directory.) + +Run "rpm -bb IO-Tty.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-IO-Tty-1.07-1.aix5.3.ppc.rpm + +