wok-next view xa/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }