From: Michael Tremer Date: Mon, 19 Dec 2022 18:05:39 +0000 (+0000) Subject: br2684ctl: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75dfe7252201cf7232034ca8a79a5903fc71af9f;p=ipfire-3.x.git br2684ctl: Drop package I don't think the world will need ATM modems any more. Signed-off-by: Michael Tremer --- diff --git a/br2684ctl/br2684ctl.nm b/br2684ctl/br2684ctl.nm deleted file mode 100644 index 7b014fbc9..000000000 --- a/br2684ctl/br2684ctl.nm +++ /dev/null @@ -1,50 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = br2684ctl -version = ipfire-1 -release = 2 - -groups = Networking/Tools -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 -license = GPLv2+ -summary = Utilities for configuring an ATM/ethernet bridge. - -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. - This package is needed if you own an USB DSL modem and your connection - uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged), - PPP over Ethernet (PPPoE). -end - -sources = %{thisapp}.tar.bz2 - -build - requires - linux-atm-devel - end - - DIR_APP = %{DIR_SRC}/br2684ctl - - build - gcc %{CFLAGS} %{LDFLAGS} -latm br2684ctl.c -o br2684ctl - end - - install - mkdir -pv %{BUILDROOT}/usr/bin - install -v -m 755 br2684ctl %{BUILDROOT}/usr/bin/br2684ctl - end -end - -packages - package %{name} - - package %{name}-debuginfo - template DEBUGINFO - end -end