txr: update to 188.

This commit is contained in:
maxice8 2017-12-21 02:25:35 -02:00 committed by Leаh Neukirchen
parent 8d20872983
commit c8ced8ac24
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'txr'
pkgname=txr
version=187
version=188
revision=1
build_style=configure
hostmakedepends="bison flex"
@ -9,7 +9,8 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="2-clause-BSD"
homepage="http://www.nongnu.org/txr/"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=20efde48f492260ce74d000e9bc5a9924dc13d292f198648e56b76aab5d0ea65
checksum=4fd3ce7bc91ad9e27c664e26f0a1d291ba6d559b00f92d12ad07918be4814c36
make_check_target="tests"
do_configure() {
./configure --prefix=/usr --ccname="${CC}" \
@ -17,10 +18,8 @@ do_configure() {
--platform-ldflags="${LDFLAGS}"
}
do_check() {
pre_check() {
rm -rf tests/017
make tests
}
post_install() {