]> git.pld-linux.org Git - SPECS.git/blob - snortconf.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / snortconf.spec
1 Summary:        A tool to ease configuring the OpenSource IDS tool Snort
2 Summary(pl.UTF-8):      Narzędzie do łatwego konfigurowania Snorta
3 Name:           snortconf
4 Version:        0.4.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Development
8 Source0:        http://xjack.org/snortconf/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  9a25b762023f5630f3973858206acb84
10 Patch0:         %{name}-include.patch
11 URL:            http://xjack.org/snortconf/
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 SnortConf is a simple, intuitive menu based tool that provides a more
17 user friendly interface to creating a snort.conf file. It is still in
18 it's early days of development, but it is already fully functional in
19 most respects.
20
21 %description -l pl.UTF-8
22 SnortConf jest prostym i intuicyjnym narzędziem służącym do bardziej
23 przyjaznego tworzenia pliku snort.conf.
24
25 %prep
26 %setup -q
27 %patch0 -p0
28
29 %build
30 ./configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc CHANGES README README.BETA TODO USAGE
45 %attr(755,root,root) %{_bindir}/*
46 %dir %{_sysconfdir}/snortconf
47 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/snortconf/sc.conf
This page took 7.455205 seconds and 3 git commands to generate.