void-packages/srcpkgs/ffcall/template
Alessio Sergi 740ed28715 ffcall: update to 1.13
License is GPL-2.
2017-07-20 01:44:52 +02:00

20 lines
656 B
Bash

# Template file for 'ffcall'
pkgname=ffcall
version=1.13
revision=1
wrksrc="libffcall-${version}"
build_style=gnu-configure
short_desc="Libraries to build foreign function call interfaces in embedded interpreters"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="GPL-2"
homepage="https://www.gnu.org/software/libffcall"
distfiles="${GNU_SITE}/libffcall/libffcall-${version}.tar.gz"
checksum=1707ce707dbbf57f1bbe9aa56929c0da866046b0d5a26eb0d96d9f0bb29bbce7
# won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)
disable_parallel_build=yes
do_install() {
make DESTDIR=${DESTDIR} htmldir=/usr/share/doc/ffcall install
}