From baf9572a72131ce7b7af846667c4c8643df6f2ef Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 29 Jan 2008 19:28:14 +0000 Subject: [PATCH] Build notes for perl-Digest-MD5 on AIX. --- AIX/perl-Digest-MD5/Build-notes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 AIX/perl-Digest-MD5/Build-notes diff --git a/AIX/perl-Digest-MD5/Build-notes b/AIX/perl-Digest-MD5/Build-notes new file mode 100644 index 0000000..5b70976 --- /dev/null +++ b/AIX/perl-Digest-MD5/Build-notes @@ -0,0 +1,19 @@ +Build Notes + +Need cc_r compiler installed on AIX build system. + +Download Digest-MD5-2.36.tar.gz from CPAN. + +Write a copy of the gz file to /opt/freeware/src/packages/SOURCES. + +Unwrap the tar file in a tempoary directory. (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. + +Run "rpm -bb Digest-MD5.spec", which creates: + /opt/freeware/src/packages/RPMS/ppc/perl-Digest-MD5-2.36-1.aix5.3.ppc.rpm + +