You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
390 B
18 lines
390 B
10 years ago
|
name=perl
|
||
9 years ago
|
version=5.22.0
|
||
10 years ago
|
|
||
|
dlextract "http://www.cpan.org/src/5.0/$name-$version.tar.gz" \
|
||
9 years ago
|
"e32cb6a8dda0084f2a43dac76318d68d"
|
||
|
header_end
|
||
10 years ago
|
|
||
|
cd "$name-$version"
|
||
|
|
||
|
sh Configure -des -Dprefix=/tools -Dlibs=-lm
|
||
|
make
|
||
|
|
||
10 years ago
|
cp perl "$dir_install/tools/bin"
|
||
10 years ago
|
mkdir -p "$dir_install/tools/lib/perl5"
|
||
|
cp -r lib "$dir_install/tools/lib/perl5/$version"
|
||
10 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|