]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - br2684ctl/br2684ctl.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / br2684ctl / br2684ctl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = br2684ctl
7 version = ipfire-1
8 release = 1
9
10 groups = Networking/Tools
11 url = 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
12 license = GPLv2+
13 summary = Utilities for configuring an ATM/ethernet bridge.
14
15 description
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).
23 end
24
25 sources = %{thisapp}.tar.bz2
26
27 build
28 requires
29 linux-atm-devel
30 end
31
32 DIR_APP = %{DIR_SRC}/br2684ctl
33
34 build
35 gcc %{CFLAGS} -latm br2684ctl.c -o br2684ctl
36 end
37
38 install
39 mkdir -pv %{BUILDROOT}/usr/bin
40 install -v -m 755 br2684ctl %{BUILDROOT}/usr/bin/br2684ctl
41 end
42 end
43
44 packages
45 package %{name}
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end