SPECS: arpoison.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Tue May 15 04:59:28 CEST 2007
Author: wolvverine Date: Tue May 15 02:59:28 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
arpoison.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/arpoison.spec
diff -u /dev/null SPECS/arpoison.spec:1.1
--- /dev/null Tue May 15 04:59:28 2007
+++ SPECS/arpoison.spec Tue May 15 04:59:22 2007
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+#
+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/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/15 02:59:22 wolvverine
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list