]> git.pld-linux.org Git - packages/br2684ctl.git/commitdiff
- new master auto/th/br2684ctl-20040226-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Nov 2007 19:43:49 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    br2684ctl.spec -> 1.1

br2684ctl.spec [new file with mode: 0644]

diff --git a/br2684ctl.spec b/br2684ctl.spec
new file mode 100644 (file)
index 0000000..623632e
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       Utility for configuring RFC 2684 ATM/Ethernet bridging
+Summary(pl.UTF-8):     Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684
+Name:          br2684ctl
+Version:       20040226
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://ftp.debian.org/debian/pool/main/b/br2684ctl/%{name}_%{version}.orig.tar.gz
+# Source0-md5: 6eb4d8cd174e24a7c078eb4f594f5b69
+Patch0:                %{name}-debian.patch
+URL:           http://home.sch.bme.hu/~cell/br2684/
+BuildRequires: linux-atm-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility for configuring RFC 2684 ATM/Ethernet bridging.
+
+ATM bridging is a way to extend Ethernet over an ATM network and is
+mainly used for DSL connections. This package contains the user space
+utility needed to configure the kernel driver.
+
+%description -l pl.UTF-8
+Narzędzie do konfigurowania mostkowania ATM/Ethernet wg RFC 2684.
+
+Mostkowanie ATM to sposób rozszerzenia sieci Ethernet po ATM i jest
+stosowane głównie przy połączeniach DSL. Ten pakiet zawiera narzędzie
+przestrzeni użytkownika potrzebne do skonfigurowania sterownika w
+jądrze.
+
+%prep
+%setup -q -n %{name}-%{version}.orig
+%patch0 -p1
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       OPTS="%{rpmldflags} %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install br2684ctl $RPM_BUILD_ROOT%{_sbindir}
+install br2684ctl.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/br2684ctl
+%{_mandir}/man8/br2684ctl.8*
This page took 0.082 seconds and 4 git commands to generate.