wok diff dasm/receipt @ rev 22075
updated unetbootin (625 -> 675)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 29 16:35:55 2019 +0100 (2019-10-29) |
parents | |
children | 170c02d6d47a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dasm/receipt Tue Oct 29 16:35:55 2019 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dasm" 1.7 +VERSION="2.20.11" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Versatile macro assembler with support for 8-bit microprocessors" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.zip" 1.13 +WEB_SITE="http://dasm-dillon.sourceforge.net/" 1.14 +WGET_URL="https://github.com/dmitrinove/dasm/archive/master.zip" 1.15 + 1.16 +TAGS="6502 6507 6803 68705 68HC11 HD6303 F8" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr $install/usr/share 1.28 + cp -a $src/bin $fs/usr 1.29 + cp -a $src/doc $install/usr/share 1.30 +} 1.31 +