]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - aiccu/aiccu.nm
7334bfd3171dc98d393b8f453bfe8ffcb1dcbb4c
[people/amarx/ipfire-3.x.git] / aiccu / aiccu.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = aiccu
7 version = 20070115
8 release = 1
9
10 groups = System/Daemons
11 url = http://www.sixxs.net/tools/aiccu/
12 license = BSD
13 summary = Automatic IPv6 Connectivity Client Utility for SixXS tunnels.
14
15 description
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.
19 end
20
21 source_dl = http://www.sixxs.net/archive/sixxs/aiccu/unix/
22
23 build
24 requires
25 gnutls-devel
26 end
27
28 DIR_APP = %{DIR_SRC}/%{name}
29
30 build
31 %{DO_FIX_LIBTOOL}
32 make %{PARALLELISMFLAGS} RPM_OPT_FLAGS="%{CFLAGS}"
33 end
34
35 install_cmds
36 rm -rvf %{BUILDROOT}/{etc,usr/share}
37 end
38 end
39
40 packages
41 package %{name}
42 end
43 end