]> git.pld-linux.org Git - packages/ethtool.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Jun 2001 16:58:32 +0000 (16:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ethtool.spec -> 1.1

ethtool.spec [new file with mode: 0644]

diff --git a/ethtool.spec b/ethtool.spec
new file mode 100644 (file)
index 0000000..a72a78e
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       Utility to control ethernet cards
+Summary(pl):   Narzêdzie do kontrolowania kart ethernet
+Name:          ethtool
+Version:       1.2
+Release:       1
+License:       GPL
+Group:         Networking/Admin
+Group(de):     Netzwerkwesen/Administration
+Group(pl):     Sieciowe/Administracyjne
+Source0:       http://prdownloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ethtool is a small utility for examining and tuning your
+ethernet-based network interface.
+
+%description -l pl
+ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart
+ethernet.
+
+%prep
+%setup -q
+
+%build
+rm missing
+aclocal
+autoconf
+automake -a -c
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+       
+gzip -9nf AUTH* Chan* NEWS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man?/*
This page took 0.190209 seconds and 4 git commands to generate.