wok-6.x rev 19897
Add xa
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 07 15:13:34 2017 +0200 (2017-04-07) |
parents | 5239ed5d79bb |
children | 8525be25baad |
files | xa/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xa/receipt Fri Apr 07 15:13:34 2017 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xa" 1.7 +VERSION="2.3.7" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="6502 cross assembler." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.floodgap.com/retrotech/xa/" 1.14 +WGET_URL="${WEB_SITE}dists/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + sed -i "s|/usr/local|$DESTDIR/usr|" Makefile 1.20 + make && make install 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 +}