]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - vlan/vlan.nm
Add a -debuginfo for every package that is not noarch.
[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 = 1
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 make_build_targets += \
28 purge \
29 vconfig \
30 CCFLAGS="%{CFLAGS}"
31
32 install
33 mkdir -pv %{BUILDROOT}/sbin
34 install -c -p -m 0755 vconfig %{BUILDROOT}/sbin
35 end
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end