blob: 10124c2f12eb94d48e1541850256a275298d3711 (
plain) (
tree)
|
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit subversion
DESCRIPTION="espik is a IRC client based on EFL"
HOMEPAGE="http://guybrush.ath.cx/svn/public/espik"
ESVN_REPO_URI="http://guybrush.ath.cx/svn/public/espik"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="x11-libs/ecore"
KEYWORDS="-*"
src_compile()
{
./autogen.sh || die "./autogen.sh failed"
emake || die "emake failed"
}
src_install()
{
einstall || die "einstall failed"
dodoc AUTHORS ChangeLog README TODO
}
|