]> git.pld-linux.org Git - packages/gg_crack.git/blob - gg_crack.spec
- tabs in preamble
[packages/gg_crack.git] / gg_crack.spec
1 Summary:        GG Crack - Gadu-Gadu password cracking tool
2 Summary(pl.UTF-8):      GG Crack - narzędzie do łamania haseł Gadu-Gadu
3 Name:           gg_crack
4 Version:        1
5 Release:        1
6 License:        ???
7 Group:          Tool
8 Source0:        http://packetstorm.linuxsecurity.com/crypt/%{name}.c
9 # Source0-md5:  65e491064e613406abdafdebb495ef85
10 URL:            http://packetstorm.linuxsecurity.com/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 GG Crack - Gadu-Gadu password cracking tool.
15
16 %description -l pl.UTF-8
17 GG crack - narzędzie do łamania haseł komunikatora Gadu-Gadu.
18
19 %prep
20 %setup -q -T -c
21 cp %{SOURCE0} .
22
23 %build
24 %{__make} %{name} \
25         CC="%{__cc}" \
26         CFLAGS="%{rpmcflags}" \
27         LDFLAGS="%{rpmldflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32
33 install %{name} $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
This page took 0.073646 seconds and 4 git commands to generate.