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