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
403 B

name=perl
version=5.20.1
dlextract "http://www.cpan.org/src/5.0/$name-$version.tar.gz" \
"7a195abb7d6769f751e90c7d30dcf2e0"
cd "$name-$version"
sh Configure -des -Dprefix=/tools -Dlibs=-lm
make
cp perl cpan/podlators/pod2man "$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: