]> git.pld-linux.org Git - packages/ald.git/blame - ald.spec
- release 5 (by relup.sh)
[packages/ald.git] / ald.spec
CommitLineData
32e9980a 1Summary: Assembly Language Debugger
3f8e2f9b 2Summary(pl.UTF-8): Debugger dla asemblera
32e9980a 3Name: ald
4Version: 0.1.7
17ff8333 5Release: 5
32e9980a 6License: GPL v2
7Group: Development
8Source0: http://dl.sourceforge.net/ald/%{name}-%{version}.tar.gz
9# Source0-md5: dc9839014ea9308146142ab84efbbd46
10URL: http://ald.sourceforge.net/
11BuildRequires: readline-devel >= 4.2
12ExclusiveArch: %{ix86}
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The Assembly Language Debugger is a tool for debugging executable
17programs at the assembly level. It currently runs only on Intel x86
18platforms.
19
b5ecfd25
JR
20%description -l pl.UTF-8
21Assembly Language Debugger jest narzędziem służącym odpluskwianiu
22wykonywalnych programów na poziomie asemblera. Obecnie działa jedynie
32e9980a 23na platformie x86.
24
25%prep
26%setup -q
27
28%build
32e9980a 29%configure
30%{__make} \
31 CFLAGS="%{rpmcflags}"
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
413d98b7 44%doc AUTHORS ChangeLog README TODO
32e9980a 45%attr(755,root,root) %{_bindir}/*
46%{_mandir}/man8/%{name}.*
This page took 0.043197 seconds and 4 git commands to generate.