void-packages/srcpkgs/txr/template
2015-10-03 23:49:01 +02:00

20 lines
596 B
Bash

# Template file for 'txr'
pkgname=txr
version=118
revision=1
build_style=configure
hostmakedepends="bison flex"
short_desc="Programming language for convenient data munging"
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=6f9a10b8437bffcbe6aecb06322c94f33256aa107245763f76f212750bddfa8e
do_configure() {
./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=${CFLAGS}" "--platform-ldflags=${LDFLAGS}"
}
post_install() {
vlicense LICENSE
}