]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/aiccu/aiccu.nm
avahi: Update to 0.6.30.
[ipfire-3.x.git] / pkgs / aiccu / aiccu.nm
CommitLineData
a2d07371
BS
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
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
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = aiccu
28PKG_VER = 20070115
29PKG_REL = 0
30
31PKG_MAINTAINER =
bb7d617c 32PKG_GROUPS = System/Daemons
a2d07371
BS
33PKG_URL = http://www.sixxs.net/tools/aiccu/
34PKG_LICENSE = BSD
35PKG_SUMMARY = Automatic IPv6 Connectivity Client Utility for SixXS tunnels.
36
63a1a7b9 37PKG_BUILD_DEPS+= gnutls-devel
a2d07371
BS
38
39define PKG_DESCRIPTION
40 This client automatically gives one IPv6 connectivity without having \
41 to manually configure interfaces etc. One does need a SixXS account \
42 and at least a tunnel.
43endef
44
45PKG_TARBALL = $(THISAPP).tar.gz
46
77ae4154 47DIR_APP = $(DIR_SRC)/$(PKG_NAME)
a2d07371 48
10dc4c8b 49define STAGE_BUILD
77ae4154 50 $(DO_FIX_LIBTOOL)
10dc4c8b
MT
51 cd $(DIR_APP) && make $(PARALLELISMFLAGS) RPM_OPT_FLAGS="$(CFLAGS)"
52endef
53
a2d07371 54define STAGE_INSTALL_CMDS
10dc4c8b 55 rm -rvf $(BUILDROOT)/{etc,usr/share}
a2d07371 56endef