2014-03-16 14:39:30 +00:00
|
|
|
# Template file for 'ffcall'
|
|
|
|
pkgname="ffcall"
|
2014-08-28 14:16:29 +00:00
|
|
|
_version="1.10"
|
|
|
|
_cvsdate="20100619"
|
|
|
|
version="${_version}.${_cvsdate}"
|
2014-03-16 14:39:30 +00:00
|
|
|
revision=1
|
2014-08-28 14:16:29 +00:00
|
|
|
wrksrc=ffcall
|
2014-03-16 14:39:30 +00:00
|
|
|
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"
|
2014-08-28 14:16:29 +00:00
|
|
|
distfiles="http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_version}+cvs${_cvsdate}.orig.tar.gz"
|
|
|
|
checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317
|
2014-03-16 14:39:30 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
}
|
|
|
|
|