]> git.pld-linux.org Git - packages/cutter.git/blame - cutter.spec
- pl
[packages/cutter.git] / cutter.spec
CommitLineData
af00f37f 1Summary: Aborts TCP/IP connections
ed824316 2Summary(pl.UTF-8): Przerywanie połączeń TCP/IP
af00f37f 3Name: cutter
4Version: 1.03
ed824316 5Release: 1
6License: GPL v2+
af00f37f 7Group: Applications/Networking
af00f37f 8Source0: http://www.lowth.com/cutter/software/%{name}-%{version}.tgz
9# Source0-md5: 50093db9b64277643969ee75b83ebbd1
ed824316 10URL: http://www.lowth.com/cutter
af00f37f 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Cutter is an open source program that allows Linux firewall
15administrators to abort TCP/IP connections routed over the firewall or
16router on which it is run.
17
ed824316 18%description -l pl.UTF-8
19Cutter jest programem z otwartymi źródłami, który umożliwia
20administratorom linuksowych zapór sieciowych na przerywanie
21połączeń TCP/IP, które przetrasowały się przez firewall lub
22router, na którym został on uruchomiony.
23
af00f37f 24%prep
25%setup -q
26
27%build
28%{__cc} %{optflags} -o cutter cutter.c
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -D %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc README
40%attr(755,root,root) %{_sbindir}/%{name}
This page took 0.090344 seconds and 4 git commands to generate.