]> git.pld-linux.org Git - packages/dynamips.git/blame - dynamips.spec
- converted to UTF-8
[packages/dynamips.git] / dynamips.spec
CommitLineData
bb353f27 1Summary: Cisco 7200 Simulator
c5d05096 2Summary(pl.UTF-8): Symulator Cisco 7200
bb353f27 3Name: dynamips
4Version: 0.2.4
5Release: 0.1
6License: GPL
7Group: Applications/Emulators
8Source0: http://www.ipflow.utc.fr/dynamips/%{name}-%{version}.tar.gz
9# Source0-md5: 7b5ba42bbb466cb057bba1bc855476a9
10URL: http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator
11BuildRequires: elfutils-devel
12BuildRequires: flex
13BuildRequires: libpcap-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Cisco 7200 Simulator.
18
c5d05096 19%description -l pl.UTF-8
912df868 20Symulator Cisco 7200.
bb353f27 21
22%prep
23%setup -q
24
25%build
26%ifarch %{x8664}
27ARCH=amd64
28%else
29%ifarch %{ix86}
30ARCH=x86
31%else
32ARCH=nojit
33%endif
34%endif
35
36%{__make} \
37 DYNAMIPS_ARCH=$ARCH \
38 CC="%{__cc}" \
912df868 39 LD="%{__ld}"
bb353f27 40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
44
45install dynamips $RPM_BUILD_ROOT%{_bindir}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc README ChangeLog TODO
53%attr(755,root,root) %{_bindir}/%{name}
This page took 0.155209 seconds and 4 git commands to generate.