txr: update to 133.

This commit is contained in:
Christian Neukirchen 2016-02-13 18:19:26 +01:00
parent 681d522a60
commit 692da7b7e9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'txr'
pkgname=txr
version=120
version=133
revision=1
build_style=configure
hostmakedepends="bison flex"
@ -9,10 +9,10 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="BSD"
homepage="http://www.nongnu.org/txr/"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=06a3b1a358a1ca6235b691b1022f0558e870002367df9a20c65e951f52b9fa22
checksum=3e2e598f71a60835f1ecbf3b80fbf8f9e9ef235c5ca204f1492bbf64a227cb90
do_configure() {
./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=${CFLAGS}" "--platform-ldflags=${LDFLAGS}"
./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"
}
post_install() {