]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - tunctl/tunctl.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / tunctl / tunctl.nm
CommitLineData
93c59336 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
93c59336
MT
4###############################################################################
5
802ea3af
MT
6name = tunctl
7version = 1.5
37fa87c8 8release = 2
93c59336 9
802ea3af
MT
10groups = Networking/Tools
11url = http://tunctl.sourceforge.net/
12license = GPL+
13summary = Create and remove virtual network interfaces.
93c59336 14
802ea3af
MT
15description
16 tunctl is a tool to set up and maintain persistent TUN/TAP network
17 interfaces, enabling user applications access to the wire side of a
18 virtual nework interface. Such interfaces is useful for connecting VPN
19 software, virtualization, emulation and a number of other similar
93c59336 20 applications to the network stack.
802ea3af 21end
93c59336 22
802ea3af 23source_dl = http://sourceforge.net/projects/tunctl/files/tunctl/%{version}/%{sources}/download
93c59336 24
802ea3af 25build
37fa87c8
SS
26 requires
27 docbook-utils
28 end
29
802ea3af
MT
30 prepare_cmds
31 sed -e "s/^CFLAGS.*/CFLAGS = %{CFLAGS}/" -i Makefile
32 end
33
802ea3af 34end
93c59336 35
802ea3af
MT
36packages
37 package %{name}
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end