]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - aiccu/aiccu.nm
glibc: Update to 2.20
[people/ms/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 = 2
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 sources = %{name}_%{version}.tar.gz
23
24 build
25 requires
26 gnutls-devel
27 end
28
29 DIR_APP = %{DIR_SRC}/%{name}
30
31 make_build_targets += \
32 RPM_OPT_FLAGS="%{CFLAGS}"
33
34 # Remove old sysvinit stuff and emtpy usr/share directory.
35 install_cmds
36 rm -rvf %{BUILDROOT}/{etc,usr/share}
37 end
38 end
39
40 packages
41 package %{name}
42 script postin
43 systemctl daemon-reload >/dev/null 2>&1 || :
44 end
45
46 script postup
47 systemctl daemon-reload >/dev/null 2>&1 || :
48 end
49
50 script postun
51 systemctl daemon-reload >/dev/null 2>&1 || :
52 end
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end