diff --git a/satellites/fakeroot.sat b/satellites/fakeroot.sat index 39741c9..35a50d8 100644 --- a/satellites/fakeroot.sat +++ b/satellites/fakeroot.sat @@ -2,11 +2,11 @@ import 'compile/configure' import 'misc/debian' name=fakeroot -version=1.21 +version=1.22 -misc_debian_download 3.1 \ - 'fb44d1c6494a2ba035479efe8193ccf7' \ - 'be5c9a0e516869fca4a6758105968e5a' +misc_debian_download -e tar.bz2 1 \ + '033abd6a8d25f62991abfc003105185f' \ + 'fae64c9aeb2c895ead8e1b99bf50c631' _ cd "$name-$version" @@ -14,15 +14,6 @@ misc_debian_patch ./bootstrap compile_configure -I -- --disable-static -make DESTDIR="$dir_install" install-exec - -if command -v po4a 2> /dev/null; then - ( cd doc - po4a -k 0 --rm-backups --variable 'srcdir=../doc/' po4a/po4a.cfg - ) - make DESTDIR="$dir_install" install-data -else - install -Dm644 -t "$dir_install/$dir_prefix/$dir_man/man1" doc/*.1 -fi +make DESTDIR="$dir_install" install # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/perl-module-build.sat b/satellites/perl-module-build.sat deleted file mode 100644 index d671411..0000000 --- a/satellites/perl-module-build.sat +++ /dev/null @@ -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: diff --git a/satellites/po4a.sat b/satellites/po4a.sat deleted file mode 100644 index b0a9049..0000000 --- a/satellites/po4a.sat +++ /dev/null @@ -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: