# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description Foreign function call libraries
long_description ffcall is a collection of four libraries which can \
be used to build foreign function call interfaces \
in embedded interpreters.
homepage https://www.gnu.org/software/libffcall/
#checksums rmd160 801c2dfe6deb74a37aaec3985e172c4ef5495773 \
# sha256 30e90c171c57fa8550c05db7d7f9712fcd483f7c7c9a58302873efca1203b4b9
# no 1.11 release tarball yet
#master_sites gnu:libffcall
cvs.root :pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall
# configure accepts --infodir, although there is no info pages (yet?).
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
patchfiles patch-avcall_Makefile.diff \
patch-callback_trampoline_Makefile.diff \
patch-callback_vacall_r_Makefile.diff \
patch-vacall_Makefile.diff
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
move {*}[glob ${destroot}${prefix}/share/html/*] \
${destroot}${prefix}/share/doc/${name}