]> git.pld-linux.org Git - packages/as31.git/blob - as31.spec
- massive attack: adding Source-md5
[packages/as31.git] / as31.spec
1 Summary:        An Intel 8031/8051 assembler
2 Summary(pl):    Asembler dla procesorów Intel 8031/8051
3 Name:           as31
4 Version:        2.0
5 Release:        1.beta3
6 License:        GPL
7 Group:          Development/Languages
8 Source0:        http://www.pjrc.com/tech/8051/%{name}_beta3.tar.gz
9 # Source0-md5:  24e2d74747e0b3672cdb581138e50d8f
10 URL:            http://www.pjrc.com/tech/8051/#as31_assembler
11 BuildRequires:  bison
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 An Intel 8031/8051 assembler.
16
17 %description -l pl
18 Asembler dla procesorów Intel 8031/8051.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 %{__make} CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
29
30 install %{name}         $RPM_BUILD_ROOT%{_bindir}
31 install %{name}.1       $RPM_BUILD_ROOT%{_mandir}/man1
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man?/*
This page took 0.062458 seconds and 4 git commands to generate.