wok view xa/receipt @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
parents ad4116239ed1
children b8d2de155dde
line source
1 # SliTaz package receipt.
3 PACKAGE="xa"
4 VERSION="2.3.7"
5 CATEGORY="development"
6 SHORT_DESC="6502 cross assembler."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.floodgap.com/retrotech/xa/"
11 WGET_URL="${WEB_SITE}dists/$TARBALL"
12 TAGS="cross assembler 6502"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 sed -i "s|/usr/local|$DESTDIR/usr|" Makefile
18 make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }