ffcall Libraries
This commit is contained in:
parent
5a16378e62
commit
94858868d2
1 changed files with 22 additions and 0 deletions
22
srcpkgs/ffcall/template
Normal file
22
srcpkgs/ffcall/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'ffcall'
|
||||||
|
|
||||||
|
pkgname="ffcall"
|
||||||
|
version="1.10"
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Libraries to build foreign function call interfaces in embedded interpreters"
|
||||||
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||||
|
license="GPL3"
|
||||||
|
homepage="http://www.gnu.org/software/libffcall"
|
||||||
|
distfiles="http://www.haible.de/bruno/gnu/ffcall-${version}.tar.gz"
|
||||||
|
checksum="6f1b5b8fc84b2c0051637fb1e4e4f8b975f5f98bff8fe053c1992347baa4983d"
|
||||||
|
|
||||||
|
# won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/man
|
||||||
|
vmkdir usr/share/doc/ffcall
|
||||||
|
make DESTDIR=${DESTDIR} htmldir=/usr/share/doc/ffcall install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue