ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/p5-libwww-perl.spec
Revision: 1.1
Committed: Sun Feb 26 14:35:22 2006 UTC (19 years, 2 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external p5-libwww-perl 1.41
2     ## INITENV +PATH PERL5LIB $P5_LIBWWW_PERL_ROOT/lib/site_perl/$PERL_VERSION/%perlarch
3     %define perlarch %(perl -V | tr ',' '\\n' | grep arch | cut -d= -f2)
4     %define downloadn libwww-perl
5     %define downloadv 5.805
6     Requires: perl expat
7     Source: http://cpan.mirror.solnet.ch/authors/id/G/GA/GAAS/%{downloadn}-%{downloadv}.tar.gz
8     %prep
9     %setup -n %downloadn-%downloadv
10     %build
11     which perl
12     perl Makefile.PL LIB=%{i}/lib/site_perl/$PERL_VERSION/%perlarch
13     make
14     %install
15     make install