1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
## debian/packages for zmakebas
Source: zmakebas
Section: otherosfs
Priority: extra
Maintainer: Krystian Wlosek <tygrys@waw.pdi.net>
Uploaders: Piotr Roszatycki <dexter@debian.org>
Standards-Version: 3.7.2
Upstream-Source: <URL:ftp://ftp.ibiblio.org/pub/Linux/system/emulators/zx/zmakebas-1.1.tar.gz>
Home-Page: <URL:http://rus.members.beeb.net/zmakebas.html>
Description: convert text files into ZX Spectrum Basic programs
Copyright: .
Public domain
.
Build: sh
make
Clean: sh
make clean || true
Package: zmakebas
Description: convert text files into ZX Spectrum Basic programs
zmakebas converts a Spectrum Basic program written as a text file into
an actual speccy Basic file (as a .TAP file, or optionally a raw
headerless file).
Architecture: any
Install: sh
yada install -bin zmakebas
yada install -doc README
yada copy -doc demo.bas demolbl.bas -subdir example
yada install -man zmakebas.1
yada install -doc ChangeLog -as changelog
|