mid-kid
8 years ago
20 changed files with 129 additions and 78 deletions
@ -1,20 +1,28 @@ |
|||
import 'compile/configure' |
|||
import 'misc/debian' |
|||
|
|||
name=fakeroot |
|||
version=1.21 |
|||
update_url="http://http.debian.net/debian/pool/main/f/$name/" |
|||
|
|||
dlextract "http://http.debian.net/debian/pool/main/f/$name/${name}_$version.orig.tar.gz" \ |
|||
'be5c9a0e516869fca4a6758105968e5a' |
|||
misc_debian_download 3.1 \ |
|||
'fb44d1c6494a2ba035479efe8193ccf7' \ |
|||
'be5c9a0e516869fca4a6758105968e5a' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
|
|||
cd doc |
|||
po4a -k 0 --rm-backups --variable 'srcdir=../doc/' po4a/po4a.cfg |
|||
cd .. |
|||
misc_debian_patch |
|||
|
|||
./bootstrap |
|||
compile_configure -- --disable-static |
|||
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_mandir/man1" doc/*.1 |
|||
fi |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
|||
|
Loading…
Reference in new issue