]> git.pld-linux.org Git - packages/ald.git/blob - ald.spec
- release 5 (by relup.sh)
[packages/ald.git] / ald.spec
1 Summary:        Assembly Language Debugger
2 Summary(pl.UTF-8):      Debugger dla asemblera
3 Name:           ald
4 Version:        0.1.7
5 Release:        5
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.UTF-8
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 %configure
30 %{__make} \
31         CFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog README TODO
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man8/%{name}.*
This page took 0.08728 seconds and 4 git commands to generate.