wok view dasm/receipt @ rev 22099

Add python-incremental
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 14:48:33 2019 +0100 (2019-11-01)
parents
children 170c02d6d47a
line source
1 # SliTaz package receipt.
3 PACKAGE="dasm"
4 VERSION="2.20.11"
5 CATEGORY="development"
6 SHORT_DESC="Versatile macro assembler with support for 8-bit microprocessors"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://dasm-dillon.sourceforge.net/"
11 WGET_URL="https://github.com/dmitrinove/dasm/archive/master.zip"
13 TAGS="6502 6507 6803 68705 68HC11 HD6303 F8"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr $install/usr/share
25 cp -a $src/bin $fs/usr
26 cp -a $src/doc $install/usr/share
27 }