ffcall: do not use _version var (confuses xbps-checkvers).

This commit is contained in:
Juan RP 2016-04-20 09:59:12 +02:00
parent cce4b31242
commit 559fea0068

View File

@ -1,16 +1,16 @@
# Template file for 'ffcall'
pkgname="ffcall"
_version="1.10"
_cvsdate="20100619"
version="${_version}.${_cvsdate}"
revision=2
pkgname=ffcall
_distver=1.10
_cvsdate=20100619
version="${_distver}.${_cvsdate}"
revision=3
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://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_version}+cvs${_cvsdate}.orig.tar.gz"
distfiles="http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${_distver}+cvs${_cvsdate}.orig.tar.gz"
checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317
# won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)