]> git.pld-linux.org Git - packages/gg_crack.git/commitdiff
- init
authorspider <spider@pld-linux.org>
Mon, 27 Jun 2005 10:40:40 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- small, but usefull

Changed files:
    gg_crack.spec -> 1.1

gg_crack.spec [new file with mode: 0644]

diff --git a/gg_crack.spec b/gg_crack.spec
new file mode 100644 (file)
index 0000000..52ef637
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       GG - password cracking tool
+Summary(pl):   GG - narzêdzie do ³amania hase³
+Name:          gg_crack
+Version:       1
+Release:       1
+License:       ???
+Group:         Tool
+Source0:       http://packetstorm.linuxsecurity.com/crypt/%{name}.c
+# Source0-md5: 65e491064e613406abdafdebb495ef85
+URL:           http://packetstorm.linuxsecurity.com
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GG - password cracking tool.
+
+%description -l pl
+GG - narzêdzie do ³amania hase³.
+
+%prep 
+
+%build
+rm -rf $RPM_BUILD_ROOT
+
+mkdir $RPM_BUILD_ROOT
+
+cp %{SOURCE0} $RPM_BUILD_ROOT
+
+cd $RPM_BUILD_ROOT
+
+#install -D %name.c $RPM_BUILD_ROOT/%{name}.c
+gcc -Wall $RPM_BUILD_ROOT/%{name}.c -o $RPM_BUILD_ROOT/%{name}
+
+%install
+install -D $RPM_BUILD_ROOT/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.059444 seconds and 4 git commands to generate.