]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - vlan/vlan.nm
Move all packages to root.
[people/stevee/ipfire-3.x.git] / vlan / vlan.nm
CommitLineData
58c8a197 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
58c8a197
MT
4###############################################################################
5
802ea3af
MT
6name = vlan
7version = 1.9
8release = 1
58c8a197 9
802ea3af
MT
10groups = Networking/Tools
11url = http://www.candelatech.com/~greear/vlan.html
12license = GPLv2+
13summary = Linux 802.1q VLAN configuration utility.
58c8a197 14
802ea3af
MT
15description
16 The vconfig program configures and adjusts 802.1q VLAN parameters.
17end
58c8a197 18
802ea3af 19source_dl = http://www.candelatech.com/~greear/vlan/
58c8a197 20
802ea3af 21DIR_APP = %{DIR_SRC}/%{name}
58c8a197 22
802ea3af
MT
23build
24 # Parallelism cannot be used here.
25 PARALLELISMFLAGS = -j1
58c8a197 26
802ea3af
MT
27 make_build_targets += \
28 purge \
29 vconfig \
30 CCFLAGS="%{CFLAGS}"
58c8a197 31
802ea3af
MT
32 install
33 mkdir -pv %{BUILDROOT}/sbin
34 install -c -p -m 0755 vconfig %{BUILDROOT}/sbin
35 end
36end
58c8a197 37
802ea3af
MT
38packages
39 package %{name}
40 end
41end