]> git.pld-linux.org Git - packages/arpoison.git/blob - arpoison.spec
7718fbcb3d15a2106f1680782b96c468ed0d011f
[packages/arpoison.git] / arpoison.spec
1 #
2 Summary:        Arpoison        
3 Summary(pl.UTF-8):      Arpoison
4 Name:           arpoison
5 Version:        0.6
6 Release:        1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/arpoison/%{name}-%{version}.tar.gz
10 # Source0-md5:  ba36ec51a4b84240057a96a693e46f97
11 URL:            http://arpoison.sourceforge.net/        
12 BuildRequires:  libnet-devel >= 1:1.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A program to send custom ARP packets.
17
18 %prep
19 %setup -q -n %{name}
20
21 %build
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 install -d $RPM_BUILD_ROOT/bin
28 install arpoison $RPM_BUILD_ROOT/bin
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README TODO
36 %attr(750,root,root) /bin/*
This page took 0.422735 seconds and 2 git commands to generate.