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.

23 lines
579 B

import 'compile/perl'
name=po4a
version=0.51
update_url='https://alioth.debian.org/frs/?group_id=30267'
dlextract "https://alioth.debian.org/frs/download.php/latestfile/195/$name-$version.tar.gz" \
'221971cdd862cfb91477f0d9fa67ab38'
_
cd "$name-$version"
compile_perl -I
# Install the manages manually, to put them in the correct dir (Perl won't listen otherwise)
mkdir -p "$dir_install/$dir_prefix/$dir_man"
mv blib/man/* "$dir_install/$dir_prefix/$dir_man"
rmdir blib/man
# Install the rest
./Build install
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: