# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/local/portage/net-irc/pfjirc-tla/pfjirc-tla-0.1.ebuild,v 1.0 2004/05/25 21:05:43 ferret Exp $ inherit tla ETLA_VERSION="leonerd@leonerd.org.uk--archive/pfjirc--main--${PV}" ETLA_ARCHIVES="http://www.pfjirc.org/arch/leonerd@pfjirc.org--devel/" DESCRIPTION="Program For Juggling IRC - tla version" HOMEPAGE="http://www.pfjirc.org" KEYWORDS="-*" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND=">=dev-libs/glib-2 sys-libs/zlib dev-libs/libxml2" DEPEND="${RDEPEND}" src_unpack() { mkdir -p ${S}/.arch-params/=locations/ HOME="${S}" tla_src_unpack } src_compile() { cd src/ make || die "Make failed" } src_install() { dodoc COPYING README TODO project/doc/* config/pfj.conf || \ die "install of documentation failed" dobin src/pfjirc || "install of binary failed" } pkg_postinst() { einfo "You'll need a ~/.pfjrc in order to use this program. A skeleton" einfo "layout of this file can be found here:" einfo " /usr/share/doc/${PF}/pfj.conf.gz" }