txr: update to 150.

This commit is contained in:
Michael Gehring 2016-09-20 06:46:05 +02:00
parent b3efa920cc
commit 7909bd35a7

View file

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