]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pkgs/network/network.nm
avahi: Update to 0.6.30.
[people/amarx/ipfire-3.x.git] / pkgs / network / network.nm
CommitLineData
642c6f37
MT
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
b6860f43 4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
642c6f37
MT
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
b6860f43
MT
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = network
66ee7725
MT
28PKG_EPOCH = 1
29PKG_VER = 001
30PKG_REL = 1
ab77959c 31PKG_ARCH = noarch
b6860f43
MT
32
33PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
b42a752b 34PKG_GROUPS = Base Networking/Tools
b6860f43
MT
35PKG_URL = http://www.ipfire.org/
36PKG_LICENSE = GPLv3+
37PKG_SUMMARY = The IPFire Networking Scripts.
38
66ee7725
MT
39# XXX maybe we can split this package into smaller ones like -wireless,
40# -dialup etc.
41
42PKG_BUILD_DEPS = $(PKG_DEPS)
43PKG_DEPS += \
44 aiccu \
45 bash>=4.0 \
46 bridge-utils \
47 dhcp \
48 ebtables \
49 hostapd \
50 iproute2 \
51 ppp \
52 radvd \
53 rstp \
54 sqlite \
55 systemd-units \
56 tunctl \
57 vlan \
58 wpa_supplicant \
59 /bin/ipcalc \
60 /usr/bin/logger
b6860f43
MT
61
62define PKG_DESCRIPTION
66ee7725
MT
63 The scripts that are contained in this package are the heart of the
64 IPFire networking. They control the configuration of the network
65 zones, physical and virtual devices, handle hotplug events and
66 everything.
b6860f43
MT
67endef
68
2634100d 69PKG_TARBALL = $(THISAPP).tar.gz
a72738b0 70
b6860f43 71STAGE_BUILD = # Do nothing