From 3aa26f2fc7a54b5f79c1f641a396d2f6181ad8f5 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 29 Jan 2008 19:07:04 +0000 Subject: [PATCH] Build notes for IO-Stty on AIX. --- AIX/perl-IO-Stty/Build-notes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AIX/perl-IO-Stty/Build-notes diff --git a/AIX/perl-IO-Stty/Build-notes b/AIX/perl-IO-Stty/Build-notes new file mode 100644 index 0000000..50a9a77 --- /dev/null +++ b/AIX/perl-IO-Stty/Build-notes @@ -0,0 +1,20 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download IO-Stty-.02.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-Stty.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-IO-Stty-.02-1.aix5.3.ppc.rpm + +