Revision: | 1.1 |
Committed: | Wed Mar 15 17:55:42 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | V00-00-01, V00-00-00, test2, test1, NataliaStart |
Log Message: | First added to repository. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external p5-uri 1.35 |
2 | ## INITENV +PATH PERL5LIB $P5_URI_ROOT/lib/site_perl/$PERL_VERSION/%{perlarch} | ||
3 | %define perlarch $($PERL_ROOT/bin/perl -e 'use Config; print $Config{archname}') | ||
4 | %define downloadn URI | ||
5 | Source: http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/G/GA/GAAS/%downloadn-%v.tar.gz | ||
6 | Requires: perl | ||
7 | %prep | ||
8 | %setup -n %downloadn-%v | ||
9 | %build | ||
10 | $PERL_ROOT/bin/perl Makefile.PL PREFIX=%i LIB=%i/lib/site_perl/$PERL_VERSION/%perlarch | ||
11 | make | ||
12 | %install | ||
13 | make install |