]> git.pld-linux.org Git - packages/z80dasm.git/blob - z80dasm.spec
- new
[packages/z80dasm.git] / z80dasm.spec
1 Summary:        Z80 disassembler
2 Summary(pl.UTF-8):      Disasembler Z80
3 Name:           z80dasm
4 Version:        1.1.3
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Tools
8 Source0:        http://www.tablix.org/~avian/z80dasm/%{name}-%{version}.tar.gz
9 # Source0-md5:  66931f5e94c6722fe381d0b57d7177dd
10 URL:            http://www.tablix.org/~avian/blog/articles/z80dasm/
11 BuildRequires:  rpmbuild(macros) >= 1.213
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Disassembler for the Zilog Z80 microprocessor and compatibles. It can
16 be used to reverse engineer programs and operating systems for 1980's
17 microcomputers using this processor architecture (for example Sinclar
18 ZX80, ZX81, Spectrum, Galaksija and others).
19
20 Generated assembly code can be assembled back with any of the
21 following:
22
23 zasm - Z80 assembler by z80asm - Available at
24 http://savannah.nongnu.org/projects/z80asm/
25
26 or the original Zilog Z80 assembler.
27
28 z80dasm is based largely on dz80 3.0, written by Jan Panteltje
29 (available at http://panteltje.com/panteltje/z80/index.html). z80dasm
30 was extensively tested, a lot of bugs were fixed and a more UNIX-like
31 command line interface was added. See NEWS file for a summary of
32 changes.
33
34 %description -l pl.UTF-8
35 Disasembler dla procesora Z80 i kompatybilnych. Można go wykorzystać
36 do inżynierii wstecznej programów i systemów operacyjnych komputerów z
37 lat 80-tych XX wieku używających tej architektury procesora (np. ZX80,
38 ZX81, ZX Spectrum, Galaksija i inne).
39
40 Wygenerowany kod asemblerowy może być z powrotem zasemblowany przy
41 użyciu jednego z:
42
43 zasm - asembler Z80 napisany przez Güntera Woigka z80asm -
44 udostępniony na http://savannah.nongnu.org/projects/z80asm/
45
46 lub oryginalnego asemblera Z80 Ziloga.
47
48 z80dasm bazuje w dużej mierze na dz80 3.0, napisanego przrz Jana
49 Panteltje (kod dostępny pod adresem
50 http://panteltje.com/panteltje/z80/index.html). z80dasm był dobrze
51 przetestowany, wiele błędów zostało naprawionych i dodany został
52 interfejs linii poleceń w stylu Uniksa. Zobacz streszczenie zmian
53 w pliku NEWS.
54
55 %prep
56 %setup -q
57
58 %build
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc ChangeLog NEWS README
73 %attr(755,root,root) %{_bindir}/z80dasm
74 %{_mandir}/man1/z80dasm.1*
This page took 0.122906 seconds and 3 git commands to generate.