22 lines
677 B
Bash
22 lines
677 B
Bash
# Template file for 'xa'
|
|
pkgname=xa
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_check_args="-j1"
|
|
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=9e587a0ca8ff791009880bfa331f6ed36935e08ef9c123822ca175285f8c030c
|
|
|
|
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
|
|
vsed -i 's/\(^install:\) all/\1/' Makefile
|
|
}
|