Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.
 
 
 
 
 

17 lines
390 B

name=perl
version=5.22.0
dlextract "http://www.cpan.org/src/5.0/$name-$version.tar.gz" \
"e32cb6a8dda0084f2a43dac76318d68d"
header_end
cd "$name-$version"
sh Configure -des -Dprefix=/tools -Dlibs=-lm
make
cp perl "$dir_install/tools/bin"
mkdir -p "$dir_install/tools/lib/perl5"
cp -r lib "$dir_install/tools/lib/perl5/$version"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: