]> git.pld-linux.org Git - packages/arptables.git/blob - arptables.spec
594982a12870f28a2fb91eb4c14628e4e81c32c4
[packages/arptables.git] / arptables.spec
1 Summary:        Arp Tables
2 Summary(pl.UTF-8):      Arp Tables - filtrowanie pakietów ARP
3 Name:           arptables
4 Version:        0.0.3
5 Release:        2
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://dl.sourceforge.net/ebtables/%{name}-v%{version}-3.tar.gz
9 # Source0-md5:  3f4a8b62920a46d746ab892be7de088f
10 URL:            http://ebtables.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 arptables is used to set up and maintain the tables of ARP rules in
15 the Linux kernel. These rules inspect the ARP frames which they see.
16
17
18 %description -l pl.UTF-8
19 arptables służy do ustawiania i zarządzania tablicami reguł ARP w
20 jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
21
22 %prep
23 %setup -q -n %{name}-v%{version}-3
24
25 %build
26 %{__make} \
27         CC="%{__cc}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -D %{name}      $RPM_BUILD_ROOT%{_sbindir}/%{name}
32 install -D %{name}.8    $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_sbindir}/*
40 %{_mandir}/man8/*
This page took 0.051611 seconds and 3 git commands to generate.