Revert "debug; set -x to config"
[aiccu.git] / gentoo / aiccu-ebuild
blobfddb010c349f015e0cccd027b86d7e1effda1e51
1 inherit eutils
3 DESCRIPTION="AICCU, a cient to configure an IPv6 tunnel to SixXS and other Tunnel Brokers" 
4 HOMEPAGE="http://www.sixxs.net/"
5 SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_current.tar.gz"
7 LICENSE="BSD"
8 SLOT="0"
9 KEYWORDS="x86 amd64 ppc arm hppa"
10 IUSE=""
11 DEPEND="net-libs/gnutls sys-apps/iproute2"
12 S=${WORKDIR}/aiccu
14 src_compile() {
15         cd ${S}
16         export RPM_OPT_FLAGS=${CFLAGS}
17         make || die "Build Failed"
20 src_install() {
21         dosbin unix-console/aiccu
22         insopts -m 600
23         insinto /etc
24         doins aiccu.conf
25         dodoc doc/{HOWTO,LICENSE,README,changelog}
26         exeinto /etc/init.d
27         newexe doc/aiccu.init.gentoo aiccu
30 pkg_postinst() {
31         einfo "The aiccu ebuild installs an init script named 'aiccu'"
32         einfo "To add support for a SixXS connection at startup, do"
33         einfo "edit your /etc/aiccu.conf and do"
34         einfo "# rc-update add aiccu default"