]> git.pld-linux.org Git - packages/XCounter.git/commitdiff
- new PLD spec
authorklark <klark@linuxpl.com>
Mon, 6 May 2002 11:46:30 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XCounter.spec -> 1.1

XCounter.spec [new file with mode: 0644]

diff --git a/XCounter.spec b/XCounter.spec
new file mode 100644 (file)
index 0000000..9eed585
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       XCounter is simple traffic monitoring program.
+Summary(pl):   XCounter jest prostym analizatorem ruchu w sieci.
+Name:          XCounter
+Version:       1.0.6
+Release:       1
+License:       GPLv2
+Group:         Networking
+Source0:       http://freshmeat.net/redir/xcounter/11865/url_tgz/%{name}-%{version}.tar.gz
+URL:           http://freshmeat.net/redir/xcounter/11865/url_homepage/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Patch0:                %{name}-make.patch
+
+%description
+XCounter is simple monitoring program for Linux that displays
+information about IP traffic on a selected interface.
+
+%description -l pl
+XCounter jest prostym analizatorem ruchu w sieci dla Linuksa.Pokazuje
+obci±¿enie na wybranym interfejsie.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+        BINDIR=$RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf INSTALL ChangeLog README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
This page took 0.084003 seconds and 4 git commands to generate.