wok-next annotate 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
rev   line source
al@20854 1 # SliTaz package receipt v2.
al@20854 2
al@20854 3 PACKAGE="xa"
al@20854 4 VERSION="2.3.8"
al@20854 5 CATEGORY="development"
al@20854 6 SHORT_DESC="Cross-assembler for 6502 microprocessor"
al@20854 7 MAINTAINER="al.bobylev@gmail.com"
al@20854 8 LICENSE="GPL2"
al@20854 9 WEB_SITE="http://www.floodgap.com/retrotech/xa/"
al@20854 10
al@20854 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20854 12 WGET_URL="http://www.floodgap.com/retrotech/xa/dists/$TARBALL"
al@20854 13
al@20854 14 compile_rules() {
al@20854 15 make &&
al@20854 16 make DESTDIR="$install/usr" install
al@20854 17 }
al@20854 18
al@20854 19 genpkg_rules() {
al@20854 20 copy @std
al@20854 21 }