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