New package: xa-2.3.7

This commit is contained in:
Duncaen 2015-10-07 21:04:19 +02:00
parent 7cf3152e20
commit afe1fb40c8

18
srcpkgs/xa/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'xa'
pkgname=xa
version=2.3.7
revision=1
short_desc="6502 cross assembler"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2"
homepage="http://www.floodgap.com/retrotech/xa/"
distfiles="http://www.floodgap.com/retrotech/xa/dists/xa-${version}.tar.gz"
checksum=34e792c159584153f5b5a246ae5d2142dfc92a20b673ea8c9e04584bde594442
do_build() {
make CC=$CC LD=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
make DESTDIR="$DESTDIR/usr" install
}