# Template file for 'txr' pkgname=txr version=144 revision=1 build_style=configure hostmakedepends="bison flex" short_desc="Programming language for convenient data munging" maintainer="Oliver Kiddle " license="BSD" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" checksum=bd0782b0b8b8543032d5f3e9e76564887c582fa79034864ad0c34fda07d9b207 do_configure() { ./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}" } post_install() { vlicense LICENSE }