98219e4484
Closes: #6815 [via git-merge-pr]
26 lines
689 B
Bash
26 lines
689 B
Bash
# Template file for 'txr'
|
|
pkgname=txr
|
|
version=179
|
|
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=64badd04147d8049b8abad59402b71cb1d0c828d0fa2eb0371c99e34f394e3da
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64*) broken="#error port me!" ;;
|
|
esac
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr --ccname="${CC}" \
|
|
--platform-cflags="${CFLAGS}" \
|
|
--platform-ldflags="${LDFLAGS}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|