From 2afcc1af138c6328308d691fd1c8d938da6df3e2 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 21 Sep 2011 13:10:44 +0000 Subject: [PATCH] add spec and build notes for perl-Debug-Trace Former-commit-id: 28bcb2c7e2e91ffc14895545aee65d327da109c1 --- AIX/perl-Debug-Trace/Build-notes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 AIX/perl-Debug-Trace/Build-notes diff --git a/AIX/perl-Debug-Trace/Build-notes b/AIX/perl-Debug-Trace/Build-notes new file mode 100644 index 0000000..66dcb1b --- /dev/null +++ b/AIX/perl-Debug-Trace/Build-notes @@ -0,0 +1,19 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download Debug-Trace-0.04.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 Debug-Trace.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-Debug-Trace*.aix*.ppc.rpm + +