# # # Perl # # Saul Youssef # name = 'Perl' description = 'Perl Compiler' url = 'http://www.cpan.org/' source = 'http://www.usatlas.bnl.gov/computing/software/pacman/PAS-cache/sources/' systems = {'linux-i386': ['Perl_5.6_stable.tar.gz','perl-5.6.0'] , 'linux2': ['Perl_5.6_stable.tar.gz','perl-5.6.0']} depends = [] exists = [] inpath = ['tar','gunzip','cc','make'] bins = [] paths = [['PATH','../perlhome/bin']] enviros = [['PERL_BUILD',''],['PERL_ROOT','../perlhome']] localdoc = '../perlhome/html/pod/perl.html' daemons = [] install = { '*': ['rm -f config.sh','rm -f Policy.sh','rm -r -f ../perlhome','sh Configure -Dprefix=$PERL_ROOT -de','make','make install'] } setup = [] demo = '../perlhome/bin/perl --help'