From 4adbd80d74a551019494c49d64cf33d2a36b4ffe Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 14 Jul 1999 16:53:57 +0000 Subject: [PATCH] Orphans. CVS patchset: 3159 CVS date: 1999/07/14 16:53:57 --- perl/ChangeLog | 10 ++++++++++ perl/MANIFEST | 10 ++++++++++ perl/Makefile.PL | 11 +++++++++++ perl/README | 6 ++++++ 4 files changed, 37 insertions(+) create mode 100644 perl/ChangeLog create mode 100644 perl/MANIFEST create mode 100644 perl/Makefile.PL create mode 100644 perl/README diff --git a/perl/ChangeLog b/perl/ChangeLog new file mode 100644 index 0000000..bd65592 --- /dev/null +++ b/perl/ChangeLog @@ -0,0 +1,10 @@ +1999-07-14 Cristian Gafton + + * test.pl: Added test for the number fo tags and the number of + files in the test package + +Revision history for Perl extension rpm. + +0.01 Mon Jul 12 13:07:43 1999 + - original version; created by h2xs 1.19 + diff --git a/perl/MANIFEST b/perl/MANIFEST new file mode 100644 index 0000000..24d9a22 --- /dev/null +++ b/perl/MANIFEST @@ -0,0 +1,10 @@ +ChangeLog +MANIFEST +Makefile.PL +constant.c +rpm.pm +rpm.xs +test.pl +typemap +foo.i386.rpm +junk.xs diff --git a/perl/Makefile.PL b/perl/Makefile.PL new file mode 100644 index 0000000..dbee47b --- /dev/null +++ b/perl/Makefile.PL @@ -0,0 +1,11 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'rpm', + 'OBJECT' => 'rpm.o constant.o', + 'VERSION_FROM' => 'rpm.pm', # finds $VERSION + 'LIBS' => ['-lrpm -lz'], # e.g., '-lm' + 'DEFINE' => '-Wall', # e.g., '-DHAVE_SOMETHING' + 'INC' => '-I/usr/include/rpm', # e.g., '-I/usr/include/other' +); diff --git a/perl/README b/perl/README new file mode 100644 index 0000000..4caa313 --- /dev/null +++ b/perl/README @@ -0,0 +1,6 @@ +Copyright (c) 1999 Red Hat, Inc. All rights reserved. + +Developed by Cristian Gafton + +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. -- 2.7.4