ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/mon.spec
Revision: 1.3
Committed: 2000-10-05T14:14:28Z (23 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
replaced by mon.spec.in

File Contents

# Content
1 Summary: A command-driven file monitor
2 Name: mon
3 Version: 2.2
4 Release: 1
5 URL: http://www.uni-mainz.de/~bauec002/
6 Source: mon_src_05101999.tar.gz
7 Copyright: GPL
8 Group: Utilities/File
9 Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
10
11 %description
12 "mon" is an interactive command-driven file manipulation tool that is inspired
13 by the "Amiga Monitor" by Timo Rossi <trossi@jyu.fi>. It has commands and
14 features similar to a machine code monitor/debugger, but it is not intended
15 to be used for debugging. It doesn't operate on physical or virtual RAM
16 locations of a process but rather on a fixed-size (but adjustable) buffer with
17 adresses starting at 0. Also, there are no commands to trace code, set
18 breakpoints etc. There are, however, built-in PowerPC, 680x0, 6502 and 8080
19 disassemblers.
20
21 %prep
22 %setup
23
24 %build
25 cd src/Unix
26 ./configure --prefix=/usr
27 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
28
29 %install
30 cd src/Unix
31 make install
32
33 %files
34 %doc ChangeLog COPYING INSTALL README
35 /usr/bin/mon
36 /usr/man/man1/mon.1