ffcall: update to 1.13
License is GPL-2.
This commit is contained in:
parent
5f0b40a8ee
commit
740ed28715
1 changed files with 7 additions and 10 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'ffcall'
|
||||
pkgname=ffcall
|
||||
_distver=1.10
|
||||
_cvsdate=20100619
|
||||
version="${_distver}.${_cvsdate}"
|
||||
revision=3
|
||||
wrksrc=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-3"
|
||||
homepage="http://www.gnu.org/software/libffcall"
|
||||
distfiles="${DEBIAN_SITE}/main/f/${pkgname}/${pkgname}_${_distver}+cvs${_cvsdate}.orig.tar.gz"
|
||||
checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317
|
||||
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
|
||||
|
@ -19,4 +17,3 @@ disable_parallel_build=yes
|
|||
do_install() {
|
||||
make DESTDIR=${DESTDIR} htmldir=/usr/share/doc/ffcall install
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue