vlan: Drop package

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>
This commit is contained in:
Michael Tremer 2016-06-19 13:11:54 -04:00
parent 738e32b3d5
commit a8104b272f
1 changed files with 0 additions and 48 deletions

View File

@ -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