guile: update to 2.0.11.

This commit is contained in:
Christian Neukirchen 2014-09-10 00:09:42 +02:00
parent cc2bcbf750
commit 5f6dace5ca
1 changed files with 6 additions and 5 deletions

View File

@ -1,17 +1,18 @@
# Template build file for 'guile'.
pkgname=guile
version=2.0.9
revision=6
version=2.0.11
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-error-on-warning"
hostmakedepends="pkg-config texinfo"
hostmakedepends="pkg-config"
makedepends="gmp-devel libltdl-devel libunistring-devel libffi-devel gc-devel ncurses-devel"
short_desc="A portable, embeddable Scheme implementation written in C"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL"
license="GPL-3, LGPL-3"
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b24a112456702bf479395a1ac0b038fecafc8a252f6af798006312a7251315e7
checksum=e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
nocross=yes # only works for same wordsize and endianess
replaces="guile-docs>=0"