ald.spec

Piotr Skwarna piotr.skwarna at wp.pl
Fri Jan 21 11:42:44 CET 2005


-------------- next part --------------
Summary:	Assembly Language Debugger
Summary(pl):	Debuger Asemblera
Name:		ald
Version:	0.1.7
Release:	1
License:	GPL
Group:		Development
Source0:	http://dl.sourceforge.net/ald/%{name}-%{version}.tar.gz
# Source0-md5:	dc9839014ea9308146142ab84efbbd46
URL:		http://ald.sourceforge.net/
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  readline-devel >= 4.2
ExclusiveArch:  %{ix86}
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. 

%description -l pl
Assembly Language Debugger jest narzędziem służącym odpluskwianiu wykonywalnych programów na poziomie asemblera. Obecnie działa jedynie na platformie x86.

%prep
%setup -q -n %{name}-%{version} -a 0

%build

%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS INSTALL ChangeLog NEWS README TODO
%attr(755,root,root) %{_bindir}/*
#%{_datadir}/%{name}

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: $


More information about the pld-devel-pl mailing list