]> git.pld-linux.org Git - packages/3c5x9setup.git/blob - 3c5x9setup.spec
5ae0009803b0a3a4445dcf58dc7bfbbc8ebd1e71
[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 #URL:           http://www.scyld.com/diag/3c5x9setup.html
12 URL:            http://redhog.org/Projects/Programming/Current/3c5x9setup/
13 ExclusiveArch:  %{ix86}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 EEPROM setup and diagnostic program for the 3Com 3c5x9 series
18 ethercards.
19
20 %description -l pl
21 Narzêdzie do konfiguracji EEPROM i diagnostyki kart sieciowych 3Com
22 serii 3c5x9.
23
24 %prep
25 %setup -q -T -c
26 cp -f %{SOURCE0} .
27
28 %build
29 %{__cc} %{rpmcflags} %{rpmldflags} -o 3c5x9setup 3c5x9setup*.c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -D 3c5x9setup $RPM_BUILD_ROOT%{_sbindir}/3c5x9setup
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_sbindir}/*
This page took 0.068289 seconds and 2 git commands to generate.