]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vlan: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Jun 2016 17:11:54 +0000 (13:11 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2016 16:23:09 +0000 (12:23 -0400)
We do not use this command in any scripts and it is outdated
and difficult to use.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
vlan/vlan.nm [deleted file]

diff --git a/vlan/vlan.nm b/vlan/vlan.nm
deleted file mode 100644 (file)
index 6ee0ebe..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = vlan
-version    = 1.9
-release    = 2
-
-groups     = Networking/Tools
-url        = http://www.candelatech.com/~greear/vlan.html
-license    = GPLv2+
-summary    = Linux 802.1q VLAN configuration utility.
-
-description
-       The vconfig program configures and adjusts 802.1q VLAN parameters.
-end
-
-source_dl  = http://www.candelatech.com/~greear/vlan/
-
-DIR_APP    = %{DIR_SRC}/%{name}
-
-build
-       # Parallelism cannot be used here.
-       PARALLELISMFLAGS = -j1
-
-       prepare_cmds
-               make purge
-       end
-
-       make_build_targets = vconfig CCFLAGS="%{CFLAGS}" STRIP=/bin/true
-
-       install
-               mkdir -pv %{BUILDROOT}%{sbindir}
-               install -D -m 0755 vconfig %{BUILDROOT}%{sbindir}
-
-               mkdir -pv %{BUILDROOT}%{mandir}/man8
-               install -D -m 0644 vconfig.8 %{BUILDROOT}%{mandir}/man8
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end