wok view xa/receipt @ rev 19897

Add xa
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 07 15:13:34 2017 +0200 (2017-04-07)
parents
children 8525be25baad
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"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 sed -i "s|/usr/local|$DESTDIR/usr|" Makefile
17 make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $install/usr/bin $fs/usr
25 }