]> git.pld-linux.org Git - packages/bwm.git/commitdiff
- new spec
authorkolodko <kolodko@pld-linux.org>
Thu, 24 Jun 2004 16:30:12 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO: check Summary & description

Changed files:
    bwm.spec -> 1.1

bwm.spec [new file with mode: 0644]

diff --git a/bwm.spec b/bwm.spec
new file mode 100644 (file)
index 0000000..b5ecb2f
--- /dev/null
+++ b/bwm.spec
@@ -0,0 +1,41 @@
+Summary:       Bandwidth monitor display bandwidth usage on all interfaces
+Summary(pl):   Bandwidth monitor wy¶wietla obci±zenie na interfejsach
+Name:          bwm
+Version:       1.1.0
+Release:       1
+License:       GPL
+Group:         Networking/Utilities    
+Source0:       http://ftp.debian.org/debian/pool/main/b/bwm/%{name}_%{version}.orig.tar.gz
+# Source0-md5: 51021a036acb92d2bda0c0c0483f9552
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bandwidth monitor is a very simple utility that allows the user to
+view the bandwidth currently being consumed to and from each network
+interface, the total bandwidth in use on each interface, and the total
+bandwidth in use on all interfaces.
+
+%description -l pl
+Bandwidth monitor jest bardzo ma³ym i prostym narzêdziem pozwalaj±cym
+u¿ytkownikowi obserwowaæ bie¿±ce u¿ycie ³±cza. Pokazuje ruch na ka¿dym
+interfejsie z osobna oraz podsumowanie wszystkich interfejsów.
+
+%prep
+%setup -q -n %{name}-%{version}.orig
+
+%build
+%{__make} CFLAGS="%{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install bwm $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changes.txt readme.txt
+%attr(755,root,root) %{_bindir}/*
This page took 0.07508 seconds and 4 git commands to generate.