]> git.pld-linux.org Git - packages/amap.git/blob - amap.spec
- BR: pcre-devel
[packages/amap.git] / amap.spec
1 Summary:        Amap - a next-generation scanning tool
2 Summary(pl):    Amap - skaner "nastêpnej generacji"
3 Name:           amap
4 Version:        4.7
5 Release:        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 BuildRequires:  pcre-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Amap is a next-generation scanning tool, which identifies applications
18 and services even if they are not listening on the default port by
19 creating a bogus-communication and analyzing the responses.
20
21 %description -l pl
22 Amap jest skanerem "nastêpnej generacji", który identyfikuje aplikacje
23 i us³ugi nawet gdy nie nas³uchuj± na domy¶lnych portach poprzez
24 tworzenie pseudo komunikacji i analizie odpowiedzi.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 ./configure
33 %{__make} strip
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         PREFIX=%{_prefix} \
41         MANDIR=%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc CHANGES README TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/amap.1*
51 %{_datadir}/%{name}
This page took 0.059007 seconds and 3 git commands to generate.