]> git.pld-linux.org Git - packages/3c5x9setup.git/commitdiff
- from scratch
authorsaq <saq@pld-linux.org>
Sat, 20 Oct 2001 12:29:09 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STB

Changed files:
    3c5x9setup.spec -> 1.1

3c5x9setup.spec [new file with mode: 0644]

diff --git a/3c5x9setup.spec b/3c5x9setup.spec
new file mode 100644 (file)
index 0000000..295dbc3
--- /dev/null
@@ -0,0 +1,35 @@
+Summary:       configuration and diagnostic utils for 3Com 5x9 cards.
+Name:          3c5x9setup
+Version:       0.05b.redhog.1
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
+Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
+URL:           http://mini.dhs.org/Projects/Programming/Current/3c5x9setup/
+Source0:       http://mini.dhs.org/Projects/Programming/Current/3c5x9setup/Sources/%{name}.donald.becker.%{version}.c
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EEPROM setup and diagnostic program for the 3Com 3c5x9 series ethercards
+
+%prep
+%setup -q -T -c
+cp %{SOURCE0} .
+
+%build
+gcc %{rpmcflags} %{rpmldflags} -o 3c5x9setup 3c5x9setup*.c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D 3c5x9setup $RPM_BUILD_ROOT%{_sbindir}/3c5x9setup
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
This page took 0.104693 seconds and 4 git commands to generate.