]> git.pld-linux.org Git - packages/arpoison.git/blame - arpoison.spec
- pl
[packages/arpoison.git] / arpoison.spec
CommitLineData
c3037675
JB
1# TODO: optflags
2Summary: Arpoison - sending custom ARP packets
3Summary(pl.UTF-8): Arpoison - narzędzie do wysyłania własnych pakietów ARP
5e61af10
MWP
4Name: arpoison
5Version: 0.6
6Release: 1
7License: GPL
8Group: Applications
9Source0: http://dl.sourceforge.net/arpoison/%{name}-%{version}.tar.gz
10# Source0-md5: ba36ec51a4b84240057a96a693e46f97
11URL: http://arpoison.sourceforge.net/
12BuildRequires: libnet-devel >= 1:1.0
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16A program to send custom ARP packets.
17
c3037675
JB
18%description -l pl.UTF-8
19Program do wysyłania własnych pakietów ARP.
20
5e61af10
MWP
21%prep
22%setup -q -n %{name}
23
24%build
25%{__make}
26
27%install
28rm -rf $RPM_BUILD_ROOT
c3037675 29install -d $RPM_BUILD_ROOT%{_sbindir}
5e61af10 30
c3037675 31install arpoison $RPM_BUILD_ROOT%{_sbindir}
5e61af10
MWP
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%doc README TODO
c3037675 39%attr(754,root,root) %{_sbindir}/*
This page took 0.070339 seconds and 4 git commands to generate.