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