# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An IRC operator helper script." HOMEPAGE="http://starwind.homelinux.com/ohelper" SRC_URI="http://starwind.homelinux.com/ohelper/files/${P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="net-irc/irssi dev-perl/Time-Duration" src_install() { insinto /usr/share/${PN} doins ohelper.pl dodoc AUTHORS ChangeLog README }