| 1 |
# Copyright 1999-2005 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.33.ebuild,v 1.8 2005/04/02 02:29:08 weeve Exp $
|
| 4 |
|
| 5 |
SRC_URI="http://nafai.dyndns.org/files/${P}.tar.gz"
|
| 6 |
#SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.tar.gz"
|
| 7 |
HOMEPAGE="http://imcom.floobin.cx"
|
| 8 |
DESCRIPTION="Python commandline Jabber Client"
|
| 9 |
|
| 10 |
DEPEND=">=dev-lang/python-2.2
|
| 11 |
>=dev-python/pyxml-0.7"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
LICENSE="BSD"
|
| 15 |
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
src_compile() {
|
| 19 |
./configure --prefix=/usr || die "configure failed"
|
| 20 |
emake || die "emake failed"
|
| 21 |
}
|
| 22 |
|
| 23 |
src_install() {
|
| 24 |
dodoc CONTRIBUTORS LICENSE README* TODO WHATSNEW docs/CHANGELOG
|
| 25 |
dohtml docs/*.html docs/*.png docs/*.jpg docs/*.css
|
| 26 |
doman docs/imcom.1
|
| 27 |
make prefix=${D}/usr install-bin
|
| 28 |
}
|