]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - aiccu/aiccu.nm
Merge remote-tracking branch 'maniacikarus/authconfig'
[people/amarx/ipfire-3.x.git] / aiccu / aiccu.nm
CommitLineData
a2d07371 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a2d07371
BS
4###############################################################################
5
802ea3af
MT
6name = aiccu
7version = 20070115
8release = 1
a2d07371 9
802ea3af
MT
10groups = System/Daemons
11url = http://www.sixxs.net/tools/aiccu/
12license = BSD
13summary = Automatic IPv6 Connectivity Client Utility for SixXS tunnels.
a2d07371 14
802ea3af
MT
15description
16 This client automatically gives one IPv6 connectivity without having
17 to manually configure interfaces etc. One does need a SixXS account
18 and at least a tunnel.
19end
a2d07371 20
802ea3af 21source_dl = http://www.sixxs.net/archive/sixxs/aiccu/unix/
a2d07371 22
802ea3af
MT
23build
24 requires
25 gnutls-devel
26 end
a2d07371 27
802ea3af 28 DIR_APP = %{DIR_SRC}/%{name}
a2d07371 29
802ea3af
MT
30 build
31 %{DO_FIX_LIBTOOL}
32 make %{PARALLELISMFLAGS} RPM_OPT_FLAGS="%{CFLAGS}"
33 end
a2d07371 34
802ea3af
MT
35 install_cmds
36 rm -rvf %{BUILDROOT}/{etc,usr/share}
37 end
38end
10dc4c8b 39
802ea3af
MT
40packages
41 package %{name}
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end