]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - aiccu/aiccu.nm
systemd: Remove udev rules for "predictable" network device names
[people/ms/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
75203eee 8release = 2
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/
75203eee 22sources = %{name}_%{version}.tar.gz
a2d07371 23
802ea3af
MT
24build
25 requires
26 gnutls-devel
27 end
a2d07371 28
802ea3af 29 DIR_APP = %{DIR_SRC}/%{name}
a2d07371 30
75203eee
SS
31 make_build_targets += \
32 RPM_OPT_FLAGS="%{CFLAGS}"
a2d07371 33
75203eee 34 # Remove old sysvinit stuff and emtpy usr/share directory.
802ea3af
MT
35 install_cmds
36 rm -rvf %{BUILDROOT}/{etc,usr/share}
37 end
38end
10dc4c8b 39
802ea3af
MT
40packages
41 package %{name}
75203eee
SS
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
802ea3af 53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end