ffcall: update to 1.10.20100619

This commit is contained in:
Christian Neukirchen 2014-08-28 16:16:29 +02:00
parent 119e7d7d66
commit c1c6a03f8e

View file

@ -1,22 +1,22 @@
# Template file for 'ffcall'
pkgname="ffcall"
version="1.10"
_version="1.10"
_cvsdate="20100619"
version="${_version}.${_cvsdate}"
revision=1
wrksrc=ffcall
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"
distfiles="http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_version}+cvs${_cvsdate}.orig.tar.gz"
checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317
# 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
}