mid-kid
7 years ago
3 changed files with 5 additions and 50 deletions
@ -1,14 +0,0 @@ |
|||
import 'compile/perl' |
|||
|
|||
name=Module-Build |
|||
version=0.4224 |
|||
update_url='http://www.cpan.org/authors/id/L/LE/LEONT/' |
|||
|
|||
dlextract "http://www.cpan.org/authors/id/L/LE/LEONT/$name-$version.tar.gz" \ |
|||
'b74c2f6e84b60aad3a3defd30b6f0f4d' |
|||
_ |
|||
|
|||
cd "$name-$version" |
|||
compile_perl |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -1,22 +0,0 @@ |
|||
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: |
Loading…
Reference in new issue