]> git.pld-linux.org Git - packages/chopchop.git/commitdiff
- initial spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Mon, 18 Apr 2005 11:36:33 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO: description

Changed files:
    chopchop.spec -> 1.1

chopchop.spec [new file with mode: 0644]

diff --git a/chopchop.spec b/chopchop.spec
new file mode 100644 (file)
index 0000000..c7f5076
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       WEP cracker which uses the AP to decipher packets
+Summary(pl):   ³amacz WEP'a, który u¿ywa AP by odszyfrowaæ pakiety
+Name:          chopchop
+Version:       0.1
+Release:       0.1
+License:       GPL v2
+Group:         Networking
+Source0:       %{name}-%{version}.zip
+# Source0-md5: c5f97976238058c9de96266e23a6f7e2
+BuildRequires: libpcap-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ble
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install chopchop $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc DOC README patch
+%attr(755,root,root) %{_bindir}/*
This page took 0.060474 seconds and 4 git commands to generate.