File d65.spec of Package d65
# Copyright (c) 2007 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: d65
License: GPL
Group: unsorted
Autoreqprov: on
Version: 0.2.1
Release: 0
Summary: Tracing disassembler for 8-bit 65xx processors
Source: %name-%version.tar.gz
Patch: %name-%version.patch.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Recursive scanning algorithm, detects data blocks very reliable and has a
load of command line options.
%prep
%setup -n %name
%patch
%build
make %{?jobs:-j%jobs}
%install
install -D -m 755 d65 $RPM_BUILD_ROOT/usr/bin/d65
%files
%defattr(-,root,root)
%doc README
/usr/bin/d65