]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - vlan/vlan.nm
pyliblzma: Drop package
[people/amarx/ipfire-3.x.git] / vlan / vlan.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = vlan
7 version = 1.9
8 release = 2
9
10 groups = Networking/Tools
11 url = http://www.candelatech.com/~greear/vlan.html
12 license = GPLv2+
13 summary = Linux 802.1q VLAN configuration utility.
14
15 description
16 The vconfig program configures and adjusts 802.1q VLAN parameters.
17 end
18
19 source_dl = http://www.candelatech.com/~greear/vlan/
20
21 DIR_APP = %{DIR_SRC}/%{name}
22
23 build
24 # Parallelism cannot be used here.
25 PARALLELISMFLAGS = -j1
26
27 prepare_cmds
28 make purge
29 end
30
31 make_build_targets = vconfig CCFLAGS="%{CFLAGS}" STRIP=/bin/true
32
33 install
34 mkdir -pv %{BUILDROOT}%{sbindir}
35 install -D -m 0755 vconfig %{BUILDROOT}%{sbindir}
36
37 mkdir -pv %{BUILDROOT}%{mandir}/man8
38 install -D -m 0644 vconfig.8 %{BUILDROOT}%{mandir}/man8
39 end
40 end
41
42 packages
43 package %{name}
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end