]> git.pld-linux.org Git - packages/ifenslave.git/blob - ifenslave.spec
- arrrrrrrrgh
[packages/ifenslave.git] / ifenslave.spec
1 Summary:        Configure network interfaces for parallel routing
2 Summary(pl):    Konfiguracja interfejsów sieciowych dla równoleg³ego routingu
3 Summary(pt_BR): Configura interfaces de rede para roteamento paralelo
4 Name:           ifenslave
5 Version:        1.1.0
6 Release:        1
7 License:        GPL
8 Group:          Networking
9 Source0:        %{name}.c
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 ifenslave configures network interfaces for parallel routing.
14
15 %description -l pl
16 ifenslave konfiguruje interfejsy sieciowe dla równoleg³ego routingu.
17
18 %description -l pt_BR
19 ifenslave configura interfaces de rede para roteamento paralelo.
20
21 %prep
22
23 %build
24 %{__cc} %{rpmcflags} -o %{name} %{SOURCE0}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -D %{name} $RPM_BUILD_ROOT/sbin/%{name}
29
30 %clean
31 rm -fr $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %attr(755,root,root) /sbin/ifenslave
This page took 0.896033 seconds and 3 git commands to generate.