source: trunk/gsdl/packages/w3mir/libwww-perl-5.36/install.sh@ 1013

Last change on this file since 1013 was 720, checked in by davidb, 25 years ago

added w3mir package

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 189 bytes
Line 
1#!/bin/sh -v
2
3export PERL5LIB=$GSDLHOME/perllib/cpan/lib:$PERL5LIB
4export PATH=$GSDLHOME/perllib/cpan/bin:$PATH
5
6perl Makefile.PL PREFIX=$GSDLHOME/perllib/cpan
7
8make
9make test
10make install
Note: See TracBrowser for help on using the repository browser.