]> git.pld-linux.org Git - packages/br2684ctl.git/blob - br2684ctl.spec
- new
[packages/br2684ctl.git] / br2684ctl.spec
1 Summary:        Utility for configuring RFC 2684 ATM/Ethernet bridging
2 Summary(pl.UTF-8):      Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684
3 Name:           br2684ctl
4 Version:        20040226
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://ftp.debian.org/debian/pool/main/b/br2684ctl/%{name}_%{version}.orig.tar.gz
9 # Source0-md5:  6eb4d8cd174e24a7c078eb4f594f5b69
10 Patch0:         %{name}-debian.patch
11 URL:            http://home.sch.bme.hu/~cell/br2684/
12 BuildRequires:  linux-atm-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Utility for configuring RFC 2684 ATM/Ethernet bridging.
17
18 ATM bridging is a way to extend Ethernet over an ATM network and is
19 mainly used for DSL connections. This package contains the user space
20 utility needed to configure the kernel driver.
21
22 %description -l pl.UTF-8
23 Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684.
24
25 Mostkowanie ATM to sposób rozszerzenia sieci Ethernet po ATM i jest
26 stosowane głównie przy połączeniach DSL. Ten pakiet zawiera narzędzie
27 przestrzeni użytkownika potrzebne do skonfigurowania sterownika w
28 jądrze.
29
30 %prep
31 %setup -q -n %{name}-%{version}.orig
32 %patch0 -p1
33
34 %build
35 %{__make} \
36         CC="%{__cc}" \
37         OPTS="%{rpmldflags} %{rpmcflags}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
42
43 install br2684ctl $RPM_BUILD_ROOT%{_sbindir}
44 install br2684ctl.8 $RPM_BUILD_ROOT%{_mandir}/man8
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_sbindir}/br2684ctl
52 %{_mandir}/man8/br2684ctl.8*
This page took 0.05756 seconds and 3 git commands to generate.