]> git.pld-linux.org Git - packages/atlantic.git/blob - atlantic.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/atlantic.git] / atlantic.spec
1 Summary:        Setup and diagnostic program for ISA NE2000 Ethernet adapters
2 Summary(pl):    Program konfiguracyjny i diagnostyczny do kart sieciowych ISA NE2000
3 Name:           atlantic
4 # note: version taken from CVS rev.
5 Version:        1.7
6 Release:        1
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        ftp://ftp.scyld.com/pub/diag/atlantic.c
10 URL:            http://www.scyld.com/diag/atlantic.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         debugcflags     -O1 -g
14
15 %description
16 This is a setup and diagnostic program for ISA NE2000 Ethernet
17 adapters. It has specific support for configuring the National
18 Semiconductor AT/LANTIC DP83905 used in on ISA Ethernet adapters such
19 as the NE2000plus. It also works several work-alike chips from other
20 vendors.
21                                 
22 %description -l pl
23 Ten pakiet zawiera program konfiguracyjny i diagnostyczny do kart
24 sieciowych ISA NE2000. Zosta³ napisany dla kart na uk³adzie National
25 Semiconductor AT/LANTIC DP83905, u¿ytym do kart sieciowych ISA takich
26 jak NE2000plus. Dzia³a te¿ z niektórymi podobnie zachowuj±cymi siê
27 uk³adami innych producentów.
28
29 %prep
30 %setup -q -c -T
31
32 %build
33 %{__cc} %{rpmcflags} %{rpmldflags} -o atlantic %{SOURCE0}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_sbindir}
38
39 install atlantic $RPM_BUILD_ROOT%{_sbindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_sbindir}/*
This page took 0.077356 seconds and 3 git commands to generate.