]> git.pld-linux.org Git - packages/cutter.git/commitdiff
- new
authorzbyniu <zbyniu@pld-linux.org>
Wed, 15 Oct 2008 13:21:31 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cutter.spec -> 1.1

cutter.spec [new file with mode: 0644]

diff --git a/cutter.spec b/cutter.spec
new file mode 100644 (file)
index 0000000..8d7d288
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       Aborts TCP/IP connections
+Name:          cutter
+Version:       1.03
+Release:       0.9
+License:       GPL v2
+Group:         Applications/Networking
+URL:           http://www.lowth.com/cutter
+Source0:       http://www.lowth.com/cutter/software/%{name}-%{version}.tgz
+# Source0-md5: 50093db9b64277643969ee75b83ebbd1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cutter is an open source program that allows Linux firewall
+administrators to abort TCP/IP connections routed over the firewall or
+router on which it is run.
+
+%prep
+%setup -q
+
+%build
+%{__cc} %{optflags} -o cutter cutter.c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/%{name}
This page took 0.054217 seconds and 4 git commands to generate.