]> git.pld-linux.org Git - packages/arpoison.git/commitdiff
- init
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Tue, 15 May 2007 02:59:22 +0000 (02:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpoison.spec -> 1.1

arpoison.spec [new file with mode: 0644]

diff --git a/arpoison.spec b/arpoison.spec
new file mode 100644 (file)
index 0000000..7718fbc
--- /dev/null
@@ -0,0 +1,36 @@
+#
+Summary:       Arpoison        
+Summary(pl.UTF-8):     Arpoison
+Name:          arpoison
+Version:       0.6
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/arpoison/%{name}-%{version}.tar.gz
+# Source0-md5: ba36ec51a4b84240057a96a693e46f97
+URL:           http://arpoison.sourceforge.net/        
+BuildRequires: libnet-devel >= 1:1.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A program to send custom ARP packets.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/bin
+install arpoison $RPM_BUILD_ROOT/bin
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(750,root,root) /bin/*
This page took 0.077434 seconds and 4 git commands to generate.