]> git.pld-linux.org Git - packages/amap.git/blob - amap.spec
- initial PLD release
[packages/amap.git] / amap.spec
1 Summary:        Amap is a next-generation scanning tool
2 Summary(pl):    Amap jest skanerem "nastêpnej generacji"
3 Name:           amap
4 Version:        4.7
5 Release:        0.1
6 License:        GPL
7 Group:          Networking
8 Source0:        http://thc.org/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  c2ce244321b0b7b5eb28fdc785452b9a
10 Patch0:         %{name}-destdir.patch
11 Patch1:         %{name}-path.patch
12 URL:            http://www.thc.org/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Amap is a next-generation scanning tool, which identifies applications
17 and services even if they are not listening on the default port by
18 creating a bogus-communication and analyzing the responses.
19
20 %description -l pl
21 Amap jest skanerem "nastêpnej generacji", który identyfikuje aplikacje
22 i serwisy nawet gdy nie nasluchuj± na domy¶lnych portach poprzez
23 tworzenie pseudo komunikacji i analizie odpowiedzi.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28 %patch1 -p1
29
30 %build
31 ./configure
32 %{__make} strip
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         PREFIX=%{_prefix} \
40         MANDIR=%{_mandir}/man1
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc CHANGES README TODO
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/amap.1.gz
50 %{_datadir}/%{name}
This page took 0.023591 seconds and 3 git commands to generate.