void-packages/srcpkgs/xa/template
2020-05-06 19:50:46 +02:00

19 lines
612 B
Bash

# Template file for 'xa'
pkgname=xa
version=2.3.11
revision=1
build_style=gnu-makefile
make_check_target="test"
checkdepends="perl"
short_desc="6502/R65C02/65816 cross-assembler"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.floodgap.com/retrotech/xa/"
distfiles="https://www.floodgap.com/retrotech/xa/dists/xa-${version}.tar.gz"
checksum=08a2442e3aa2d837ba5fcaee73b9475e85c2f31c44c258a05b307c79659fcda0
post_extract() {
vsed -i 's/${LD}/${CC}/' src/Makefile
vsed -i '/CC.*-o/s/$/ $(LDFLAGS)/' misc/Makefile
vsed -i 's/\($(DESTDIR)\)/\1$(PREFIX)/g' Makefile
}