wok-next view xa/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xa"
4 VERSION="2.3.8"
5 CATEGORY="development"
6 SHORT_DESC="Cross-assembler for 6502 microprocessor"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.floodgap.com/retrotech/xa/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.floodgap.com/retrotech/xa/dists/$TARBALL"
14 compile_rules() {
15 make &&
16 make DESTDIR="$install/usr" install
17 }
19 genpkg_rules() {
20 copy @std
21 }