# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.6.2.ebuild,v 1.2 2007/02/17 14:51:09 armin76 Exp $ inherit flag-o-matic DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://ctrlproxy.vernstok.nl/" SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~ia64 ~ppc ~x86" IUSE="ssl" DEPEND=">=dev-libs/glib-2 dev-libs/popt dev-libs/libxml2 dev-libs/tdb dev-libs/libpcre dev-util/pkgconfig ssl? ( dev-libs/openssl )" src_compile() { use alpha && append-flags -fPIC econf || die emake || die } src_install() { make install \ DESTDIR=${D} \ man1dir=/usr/share/man/man1 \ man5dir=/usr/share/man/man5 || die gzip ${D}/usr/share/doc/*/* dodoc ctrlproxyrc.example }