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
587 B
23 lines
587 B
8 years ago
|
import 'compile/perl'
|
||
|
|
||
|
name=po4a
|
||
|
version=0.48
|
||
|
update_url='https://alioth.debian.org/frs/?group_id=30267'
|
||
|
|
||
|
dlextract "https://alioth.debian.org/frs/download.php/latestfile/195/$name-$version.tar.gz" \
|
||
|
'5c8fa9b6a23586d3860d0767bed65148'
|
||
|
header_end
|
||
|
|
||
|
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_mandir"
|
||
|
mv blib/man/* "$dir_install/$dir_prefix/$dir_mandir"
|
||
|
rmdir blib/man
|
||
|
|
||
|
# Install the rest
|
||
|
./Build install
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|