]> git.pld-linux.org Git - packages/3c5x9setup.git/blob - 3c5x9setup.spec
- md5sum
[packages/3c5x9setup.git] / 3c5x9setup.spec
1 Summary:        Configuration and diagnostic utils for 3Com 5x9 cards
2 Summary(pl):    Narzêdzia konfiguracyjne i diagnostyczne dla kart 3Com 5x9
3 Name:           3c5x9setup
4 Version:        0.05b.redhog.1
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 # newer version (v1.00) by Donald Becker, but without redhog changes:
9 # Source0:      ftp://ftp.scyld.com/pub/diag/3c5x9setup.c
10 Source0:        http://redhog.org/Projects/Programming/Current/3c5x9setup/Sources/%{name}.donald.becker.%{version}.c
11 # Source0-md5:  b8fe20ca1617c19ce2ceadf21025aed9
12 #URL:           http://www.scyld.com/diag/3c5x9setup.html
13 URL:            http://redhog.org/Projects/Programming/Current/3c5x9setup/
14 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 EEPROM setup and diagnostic program for the 3Com 3c5x9 series
19 ethercards.
20
21 %description -l pl
22 Narzêdzie do konfiguracji EEPROM i diagnostyki kart sieciowych 3Com
23 serii 3c5x9.
24
25 %prep
26 %setup -q -T -c
27 cp -f %{SOURCE0} .
28
29 %build
30 %{__cc} %{rpmcflags} %{rpmldflags} -o 3c5x9setup 3c5x9setup*.c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -D 3c5x9setup $RPM_BUILD_ROOT%{_sbindir}/3c5x9setup
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_sbindir}/*
This page took 0.269066 seconds and 4 git commands to generate.