void-packages/srcpkgs/txr/template

21 lines
605 B
Bash
Raw Normal View History

2015-10-03 21:03:16 +00:00
# Template file for 'txr'
pkgname=txr
2016-02-13 17:19:26 +00:00
version=133
2015-10-03 21:03:16 +00:00
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"
2016-02-13 17:19:26 +00:00
checksum=3e2e598f71a60835f1ecbf3b80fbf8f9e9ef235c5ca204f1492bbf64a227cb90
2015-10-03 21:03:16 +00:00
do_configure() {
2016-02-13 17:19:26 +00:00
./configure --prefix=/usr "--ccname=${CC}" "--platform-cflags=-std=c99 ${CFLAGS}" "--platform-ldflags=${LDFLAGS}"
2015-10-03 21:03:16 +00:00
}
post_install() {
vlicense LICENSE
}