mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'ffcall'
|
||||||
pkgname=ffcall
|
pkgname=ffcall
|
||||||
_distver=1.10
|
version=1.13
|
||||||
_cvsdate=20100619
|
revision=1
|
||||||
version="${_distver}.${_cvsdate}"
|
wrksrc="libffcall-${version}"
|
||||||
revision=3
|
|
||||||
wrksrc=ffcall
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Libraries to build foreign function call interfaces in embedded interpreters"
|
short_desc="Libraries to build foreign function call interfaces in embedded interpreters"
|
||||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||||
license="GPL-3"
|
license="GPL-2"
|
||||||
homepage="http://www.gnu.org/software/libffcall"
|
homepage="https://www.gnu.org/software/libffcall"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/${pkgname}/${pkgname}_${_distver}+cvs${_cvsdate}.orig.tar.gz"
|
distfiles="${GNU_SITE}/libffcall/libffcall-${version}.tar.gz"
|
||||||
checksum=b7fc792db00f060d97126cb7b43e1b882b47896273bd75bb5f9150949fcd6317
|
checksum=1707ce707dbbf57f1bbe9aa56929c0da866046b0d5a26eb0d96d9f0bb29bbce7
|
||||||
|
|
||||||
# won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)
|
# won't work with parallel_build so just turn it off (thanks to JuanRP for the Hint)
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
@ -19,4 +17,3 @@ disable_parallel_build=yes
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} htmldir=/usr/share/doc/ffcall install
|
make DESTDIR=${DESTDIR} htmldir=/usr/share/doc/ffcall install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue