Browse Source

Update fakeroot to 1.22

master
mid-kid 7 years ago
parent
commit
3d18629cdb
  1. 19
      satellites/fakeroot.sat
  2. 14
      satellites/perl-module-build.sat
  3. 22
      satellites/po4a.sat

19
satellites/fakeroot.sat

@ -2,11 +2,11 @@ import 'compile/configure'
import 'misc/debian' import 'misc/debian'
name=fakeroot name=fakeroot
version=1.21 version=1.22
misc_debian_download 3.1 \ misc_debian_download -e tar.bz2 1 \
'fb44d1c6494a2ba035479efe8193ccf7' \ '033abd6a8d25f62991abfc003105185f' \
'be5c9a0e516869fca4a6758105968e5a' 'fae64c9aeb2c895ead8e1b99bf50c631'
_ _
cd "$name-$version" cd "$name-$version"
@ -14,15 +14,6 @@ misc_debian_patch
./bootstrap ./bootstrap
compile_configure -I -- --disable-static compile_configure -I -- --disable-static
make DESTDIR="$dir_install" install-exec make DESTDIR="$dir_install" install
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
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

14
satellites/perl-module-build.sat

@ -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:

22
satellites/po4a.sat

@ -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…
Cancel
Save