snortconf.spec

Piotr Skwarna piotr.skwarna at wp.pl
Sun Jan 23 21:27:37 CET 2005


-------------- next part --------------
# $Revision: 1.3 $, $Date: 2005/01/21 21:42:23 $
Summary:	A tool to ease configuring the OpenSource IDS tool Snort	
Summary(pl):	Narzędzie to łatwego konfigurowania Snorta
Name:		snortconf
Version:	0.4.2
Release:	1
License:	GPL v2
Group:		Development
Source0:	http://xjack.org/%{name}/downloads/%{name}-%{version}.tar.gz
# Source0-md5:	9a25b762023f5630f3973858206acb84
#Patch1:         %{name}-ncurses.patch
URL:		http://www.xjack.org/snortconf
BuildRequires:	ncurses-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
SnortConf is a simple, intuitive menu based tool that provides a more
user friendly interface to creating a snort.conf file.  It is still in it's
early days of development, but it is already fully functional in most respects.

%description -l pl
SnortConf jest prostym i intuicyjnym narzędziem służącym do bardziej przyjaznego tworzenia pliku snort.conf. Narzędzie jest ciągle we wczesnej fazie rozwoju, mimo to jest w pełni funkcjonalne.

%prep
%setup -q
#%patch1 -p1

%build
./configure\
	--includedir=/usr/include/ncurses 

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install CC="gcc -I/usr/include/ncurses/"\
	DESTDIR=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc CHANGES README README.BETA TODO USAGE
%attr(755,root,root) %{_bindir}/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: $


More information about the pld-devel-pl mailing list