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