]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - br2684ctl/br2684ctl.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / br2684ctl / br2684ctl.nm
CommitLineData
eee6cf94 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
eee6cf94
MT
4###############################################################################
5
802ea3af
MT
6name = br2684ctl
7version = ipfire-1
8release = 1
9
10groups = Networking/Tools
11url = http://cvs.linux-atm.sourceforge.net/viewcvs.py/linux-atm/linux-atm/src/br2684/Attic/br2684ctl.8?rev=1.1.2.1&hideattic=0&only_with_tag=V2_5_0
12license = GPLv2+
13summary = Utilities for configuring an ATM/ethernet bridge.
14
15description
16 Utility for configuring RFC 2684 ATM/Ethernet bridging
17 ATM bridging is a way to extend Ethernet over an ATM network and is
18 mainly used for DSL connections. This package contains the user space
19 utility needed to configure the kernel driver.
20 This package is needed if you own an USB DSL modem and your connection
21 uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged),
22 PPP over Ethernet (PPPoE).
23end
eee6cf94 24
802ea3af 25sources = %{thisapp}.tar.bz2
eee6cf94 26
802ea3af
MT
27build
28 requires
29 linux-atm-devel
30 end
eee6cf94 31
802ea3af 32 DIR_APP = %{DIR_SRC}/br2684ctl
eee6cf94 33
802ea3af
MT
34 build
35 gcc %{CFLAGS} -latm br2684ctl.c -o br2684ctl
36 end
eee6cf94 37
802ea3af
MT
38 install
39 mkdir -pv %{BUILDROOT}/usr/bin
40 install -v -m 755 br2684ctl %{BUILDROOT}/usr/bin/br2684ctl
41 end
42end
eee6cf94 43
802ea3af
MT
44packages
45 package %{name}
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end