]> git.pld-linux.org Git - packages/br2684ctl.git/blame - br2684ctl.spec
- new
[packages/br2684ctl.git] / br2684ctl.spec
CommitLineData
a2f03cd1
JB
1Summary: Utility for configuring RFC 2684 ATM/Ethernet bridging
2Summary(pl.UTF-8): Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684
3Name: br2684ctl
4Version: 20040226
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://ftp.debian.org/debian/pool/main/b/br2684ctl/%{name}_%{version}.orig.tar.gz
9# Source0-md5: 6eb4d8cd174e24a7c078eb4f594f5b69
10Patch0: %{name}-debian.patch
11URL: http://home.sch.bme.hu/~cell/br2684/
12BuildRequires: linux-atm-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Utility for configuring RFC 2684 ATM/Ethernet bridging.
17
18ATM bridging is a way to extend Ethernet over an ATM network and is
19mainly used for DSL connections. This package contains the user space
20utility needed to configure the kernel driver.
21
22%description -l pl.UTF-8
23Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684.
24
25Mostkowanie ATM to sposób rozszerzenia sieci Ethernet po ATM i jest
26stosowane głównie przy połączeniach DSL. Ten pakiet zawiera narzędzie
27przestrzeni użytkownika potrzebne do skonfigurowania sterownika w
28ją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
40rm -rf $RPM_BUILD_ROOT
41install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
42
43install br2684ctl $RPM_BUILD_ROOT%{_sbindir}
44install br2684ctl.8 $RPM_BUILD_ROOT%{_mandir}/man8
45
46%clean
47rm -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.088523 seconds and 4 git commands to generate.