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