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